| Endpoint |
Endpoint interface defines basic send and receive operations on a message endpoint.
|
| EndpointAdapter |
Endpoint adapter represents a special message handler that delegates incoming request messages to some message endpoint.
|
| EndpointBuilder<T extends Endpoint> |
Endpoint builder interface.
|
| EndpointComponent |
Endpoint component registers with bean name in Spring application context and is then responsible to create proper endpoints dynamically from
endpoint uri values.
|
| EndpointConfiguration |
|
| EndpointFactory |
Endpoint factory tries to get endpoint instance by parsing an endpoint uri.
|
| EndpointUriBuilder |
|
| PollableEndpointConfiguration |
Extends endpoint configuration by adding polling interval settings.
|