public class ChannelSyncEndpoint extends ChannelEndpoint
| Constructor and Description |
|---|
ChannelSyncEndpoint()
Default constructor initializing endpoint.
|
ChannelSyncEndpoint(ChannelSyncEndpointConfiguration endpointConfiguration)
Constructor using endpoint configuration.
|
| Modifier and Type | Method and Description |
|---|---|
SelectiveConsumer |
createConsumer()
Creates a message consumer for this endpoint.
|
Producer |
createProducer()
Creates a message producer for this endpoint for sending messages
to this endpoint.
|
ChannelSyncEndpointConfiguration |
getEndpointConfiguration()
Gets the endpoint configuration holding all endpoint specific properties such as
endpoint uri, connection timeout, ports, etc.
|
setBeanFactorygetActor, getConsumerName, getName, getProducerName, setActor, setBeanName, setNamepublic ChannelSyncEndpoint()
public ChannelSyncEndpoint(ChannelSyncEndpointConfiguration endpointConfiguration)
endpointConfiguration - public ChannelSyncEndpointConfiguration getEndpointConfiguration()
EndpointgetEndpointConfiguration in interface EndpointgetEndpointConfiguration in class ChannelEndpointpublic SelectiveConsumer createConsumer()
EndpointcreateConsumer in interface EndpointcreateConsumer in class ChannelEndpointpublic Producer createProducer()
EndpointcreateProducer in interface EndpointcreateProducer in class ChannelEndpointCopyright © 2008–2015 ConSol* Consulting&Solutions GmbH. All rights reserved.