Docs Menu

Interface SubscriptionSet.UpdateAsyncCallback

Implemented interfaces:

Enclosing class:

SubscriptionSet

Callback used when asynchronously updating a subscription set. If an exception is throwing during the update, all changes will be rolled back and the exception will be reported in onError() .

Modifier and Type
Method and Description
public void
Throwable exception
)
public void
SubscriptionSet subscriptions
)
public void onError (
Throwable exception
)
public void onSuccess (
SubscriptionSet subscriptions
)