Interface | Description |
---|---|
AdapterContext |
AdapterContext provides the contextual information to connectors and converters.
|
Context |
Context is the base interface of AdapterContext and ProcessContext that provides the contextual information to components.
|
ContextAware<T extends Context> |
This interfaces is required by the extensibility components that needs to receive context and configuration.
|