Interface StateDelegator.Registration
-
- Enclosing interface:
- StateDelegator
public static interface StateDelegator.RegistrationAllows callers to deregister from receiving further state requests.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidabort()De-registers the handler for all future requests for state for the registered process bundle instruction id.voidderegister()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.
-
-