Class MessageChannelEndpointCatalog
- java.lang.Object
-
- com.consol.citrus.dsl.endpoint.channel.MessageChannelEndpointCatalog
-
public class MessageChannelEndpointCatalog extends Object
- Author:
- Christoph Deppisch
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.consol.citrus.channel.ChannelEndpointBuilderasynchronous()Gets the async endpoint builder.static MessageChannelEndpointCatalogchannel()com.consol.citrus.channel.ChannelSyncEndpointBuildersynchronous()Gets the sync endpoint builder.
-
-
-
Method Detail
-
channel
public static MessageChannelEndpointCatalog channel()
-
asynchronous
public com.consol.citrus.channel.ChannelEndpointBuilder asynchronous()
Gets the async endpoint builder.- Returns:
-
synchronous
public com.consol.citrus.channel.ChannelSyncEndpointBuilder synchronous()
Gets the sync endpoint builder.- Returns:
-
-