Interface StateDelegator.Registration

  • Enclosing interface:
    StateDelegator

    public static interface StateDelegator.Registration
    Allows callers to deregister from receiving further state requests.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void abort()
      De-registers the handler for all future requests for state for the registered process bundle instruction id.
      void deregister()
      De-registers the handler for all future requests for state for the registered process bundle instruction id.
    • Method Detail

      • deregister

        void deregister()
        De-registers the handler for all future requests for state for the registered process bundle instruction id.
      • abort

        void abort()
        De-registers the handler for all future requests for state for the registered process bundle instruction id. Aborts all in-flight state requests.