public interface ClientSubscriptionInternal extends ClientSubscription
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Performs final clean-up on this client subscription instance.
|
void |
renewInternal(long newDuration)
Called after a renew on this client subscription.
|
getClientSubscriptionId, getCommunicationManagerId, getEventSink, getNextXAddressInfoAfterFailureForSubscriptionManager, getService, getServiceSubscriptionId, getStatus, getSubscriptionManagerAddressInfo, getTimeoutTime, register, renew, unsubscribevoid renewInternal(long newDuration)
newDuration - the new durationvoid dispose()
Warning! This method is not intended to be called from application code! It is used internally when a subscription instance is not needed anymore.