Interface | Description |
---|---|
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.
|
PollableEndpointConfiguration |
Extends endpoint configuration by adding polling interval settings.
|
Class | Description |
---|---|
AbstractEndpoint |
Abstract message endpoint handles send/receive timeout setting and test actors.
|
AbstractEndpointAdapter |
Abstract endpoint adapter adds fallback endpoint adapter in case no response was provided.
|
AbstractEndpointBuilder<T extends Endpoint> | |
AbstractEndpointComponent |
Default endpoint component reads component name from endpoint uri and parses parameters from uri using
the HTTP uri pattern.
|
AbstractEndpointConfiguration |
Abstract endpoint configuration provides basic properties such as message listeners.
|
AbstractPollableEndpointConfiguration |
Abstract pollable endpoint configuration adds polling interval settings.
|
DefaultEndpointFactory |
Default endpoint factory implementation uses registered endpoint components in Spring application context to create endpoint
from given endpoint uri.
|
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.