1 package org
.asamk
.signal
.manager
.storage
.recipients
;
3 import org
.whispersystems
.signalservice
.api
.push
.ServiceId
;
4 import org
.whispersystems
.signalservice
.api
.push
.SignalServiceAddress
;
6 public interface RecipientResolver
{
8 RecipientId
resolveRecipient(String identifier
);
10 RecipientId
resolveRecipient(RecipientAddress address
);
12 RecipientId
resolveRecipient(SignalServiceAddress address
);
14 RecipientId
resolveRecipient(ServiceId aci
);
16 RecipientId
resolveRecipient(long recipientId
);