Interface SubscriptionSet.StateChangeCallback

  • Enclosing interface:
    SubscriptionSet

    public static interface SubscriptionSet.StateChangeCallback
    Callback used when asynchronously waiting for the server to process the subscription set. When the server either succeed or fail to apply the subscription set, the result is returned in onStateChange. This include errors from the server. If a local exception is thrown, it is reported through on onError().