| Interface | Description |
|---|---|
| NamedChannelModule |
Represents a module that is bound to a named channel.
|
| Class | Description |
|---|---|
| AbstractSingleNodeNamedChannelModule<T extends org.springframework.messaging.MessageChannel> |
Base class for SingleNodeNamedChannel resources used to bind a
MessageChannel to a shared channel using a
MessageBus. |
| AbstractSingleNodeNamedChannelModuleFactory |
Base class for factories used to create NamedChannelSource and NamedChannelSink.
|
| ResourceStateVerifier |
Verifies the state of resources (job or stream) by polling repository state until the
resource is in the expected state or the operation times out.
|
| SingleNodeIntegrationTestSupport |
A helper class that provides methods used for testing streams with
SingleNodeApplication. |
| SingletonModuleRegistry |
An implementation of
ModuleRegistry suitable to lookup a module that is at
the root of the classpath. |