Interface AsyncExecutionController.SwitchContextListener<K>
-
- All Known Subinterfaces:
AsyncKeyedStateBackend<K>
- All Known Implementing Classes:
AsyncKeyedStateBackendAdaptor
- Enclosing class:
- AsyncExecutionController<K,REQUEST extends AsyncRequest<?>>
public static interface AsyncExecutionController.SwitchContextListener<K>A listener listens the key context switch.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidswitchContext(RecordContext<K> context)
-
-
-
Method Detail
-
switchContext
void switchContext(@Nullable RecordContext<K> context)
-
-