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.
|
setBeanFactory
getActor, getConsumerName, getName, getProducerName, setActor, setBeanName, setName
public ChannelSyncEndpoint()
public ChannelSyncEndpoint(ChannelSyncEndpointConfiguration endpointConfiguration)
endpointConfiguration
- public ChannelSyncEndpointConfiguration getEndpointConfiguration()
Endpoint
getEndpointConfiguration
in interface Endpoint
getEndpointConfiguration
in class ChannelEndpoint
public SelectiveConsumer createConsumer()
Endpoint
createConsumer
in interface Endpoint
createConsumer
in class ChannelEndpoint
public Producer createProducer()
Endpoint
createProducer
in interface Endpoint
createProducer
in class ChannelEndpoint
Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.