Interface AsyncExecutionController.SwitchContextListener<K>

All Known Subinterfaces:
AsyncKeyedStateBackend<K>
All Known Implementing Classes:
AsyncKeyedStateBackendAdaptor
Enclosing class:
AsyncExecutionController<K>

public static interface AsyncExecutionController.SwitchContextListener<K>
A listener listens the key context switch.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • switchContext

      void switchContext(@Nullable RecordContext<K> context)