Interface EndpointConfiguration

All Known Subinterfaces:
PollableEndpointConfiguration
All Known Implementing Classes:
AbstractEndpointConfiguration

public interface EndpointConfiguration
Since:
1.4
Author:
Christoph Deppisch
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Gets the timeout either for sending or receiving messages.
    void
    setTimeout(long timeout)
    Sets the timeout setting for this endpoint.
  • Method Details

    • getTimeout

      long getTimeout()
      Gets the timeout either for sending or receiving messages.
      Returns:
    • setTimeout

      void setTimeout(long timeout)
      Sets the timeout setting for this endpoint.
      Parameters:
      timeout -