public interface Endpoint
Modifier and Type | Method and Description |
---|---|
Consumer |
createConsumer()
Creates a message consumer for this endpoint.
|
Producer |
createProducer()
Creates a message producer for this endpoint for sending messages
to this endpoint.
|
TestActor |
getActor()
Gets the sending actor.
|
EndpointConfiguration |
getEndpointConfiguration()
Gets the endpoint configuration holding all endpoint specific properties such as
endpoint uri, connection timeout, ports, etc.
|
String |
getName()
Gets the endpoint name usually the Spring bean name.
|
void |
setActor(TestActor actor)
Sets the test actor for this endpoint.
|
void |
setName(String name)
Sets the endpoint name.
|
Producer createProducer()
Consumer createConsumer()
EndpointConfiguration getEndpointConfiguration()
TestActor getActor()
void setActor(TestActor actor)
actor
- String getName()
void setName(String name)
name
- Copyright © 2008–2017 ConSol Software GmbH. All rights reserved.