Class DirectSyncEndpointConfiguration

  • All Implemented Interfaces:
    com.consol.citrus.endpoint.EndpointConfiguration, com.consol.citrus.endpoint.PollableEndpointConfiguration

    public class DirectSyncEndpointConfiguration
    extends DirectEndpointConfiguration
    implements com.consol.citrus.endpoint.PollableEndpointConfiguration
    Author:
    Christoph Deppisch
    • Constructor Detail

      • DirectSyncEndpointConfiguration

        public DirectSyncEndpointConfiguration()
    • Method Detail

      • setCorrelator

        public void setCorrelator​(com.consol.citrus.message.MessageCorrelator correlator)
        Set the reply message correlator.
        Parameters:
        correlator - the correlator to set
      • getCorrelator

        public com.consol.citrus.message.MessageCorrelator getCorrelator()
        Gets the correlator.
        Returns:
        the correlator
      • getPollingInterval

        public long getPollingInterval()
        Gets the pollingInterval.
        Specified by:
        getPollingInterval in interface com.consol.citrus.endpoint.PollableEndpointConfiguration
        Returns:
        the pollingInterval the pollingInterval to get.
      • setPollingInterval

        public void setPollingInterval​(long pollingInterval)
        Sets the pollingInterval.
        Specified by:
        setPollingInterval in interface com.consol.citrus.endpoint.PollableEndpointConfiguration
        Parameters:
        pollingInterval - the pollingInterval to set