Interface Plugin<CTX>
- Type Parameters:
CTX- The context type for thePlugininstances to operate on when being initialized.
- All Superinterfaces:
Configurable<CTX>, Destroyable
- All Known Subinterfaces:
PipelinePlugin<CTX>
Plugin interface (SPI) for plugins to implement.
-
Nested Class Summary
Nested classes/interfaces inherited from interface Configurable
Configurable.ConfigureAutomaton<CTX>, Configurable.ConfigureBuilder<CTX,B> Nested classes/interfaces inherited from interface Destroyable
Destroyable.DestroyAutomaton -
Method Summary
Methods inherited from interface Configurable
initializeMethods inherited from interface Destroyable
destroy