Interface RemoteDestination


public interface RemoteDestination
A model object for referring to a remote destination (i.e., a Port) for site-to-site communications
  • Method Details

    • getIdentifier

      String getIdentifier()
      Returns:
      the identifier of the remote destination
    • getName

      String getName()
      Returns:
      the human-readable name of the remote destination
    • getYieldPeriod

      long getYieldPeriod(TimeUnit timeUnit)
      Parameters:
      timeUnit - to yield
      Returns:
      the amount of time that system should pause sending to a particular node if unable to send data to or receive data from this endpoint
    • isUseCompression

      boolean isUseCompression()
      Returns:
      whether or not compression should be used when transferring data to or receiving data from the remote endpoint