1 package org
.asamk
.signal
.manager
.helper
;
3 import org
.asamk
.signal
.manager
.api
.UnregisteredRecipientException
;
4 import org
.asamk
.signal
.manager
.storage
.recipients
.RecipientId
;
6 import java
.io
.IOException
;
8 public interface RecipientRegistrationRefresher
{
10 RecipientId
refreshRecipientRegistration(RecipientId recipientId
) throws IOException
, UnregisteredRecipientException
;