1 package org
.asamk
.signal
.manager
.helper
;
3 import org
.asamk
.signal
.manager
.storage
.recipients
.RecipientId
;
5 import java
.io
.IOException
;
7 public interface RecipientRegistrationRefresher
{
9 RecipientId
refreshRecipientRegistration(RecipientId recipientId
) throws IOException
;