Class ChannelSyncEndpoint

  • All Implemented Interfaces:
    com.consol.citrus.common.Named, com.consol.citrus.endpoint.Endpoint, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanFactoryAware

    public class ChannelSyncEndpoint
    extends ChannelEndpoint
    Since:
    1.4
    Author:
    Christoph Deppisch
    • Constructor Detail

      • ChannelSyncEndpoint

        public ChannelSyncEndpoint()
        Default constructor initializing endpoint.
      • ChannelSyncEndpoint

        public ChannelSyncEndpoint​(ChannelSyncEndpointConfiguration endpointConfiguration)
        Constructor using endpoint configuration.
        Parameters:
        endpointConfiguration -
    • Method Detail

      • createConsumer

        public com.consol.citrus.messaging.SelectiveConsumer createConsumer()
        Specified by:
        createConsumer in interface com.consol.citrus.endpoint.Endpoint
        Overrides:
        createConsumer in class ChannelEndpoint
      • createProducer

        public com.consol.citrus.messaging.Producer createProducer()
        Specified by:
        createProducer in interface com.consol.citrus.endpoint.Endpoint
        Overrides:
        createProducer in class ChannelEndpoint