Class Address

java.lang.Object
com.rabbitmq.client.amqp.Address

public class Address extends Object
Utility class to represent a hostname and a port.
  • Constructor Details

    • Address

      public Address(String host, int port)
  • Method Details