Class RemoteAddress

java.lang.Object
services.moleculer.transporter.tcp.RemoteAddress

public class RemoteAddress extends Object
  • Field Details

    • host

      public final String host
    • port

      public int port
  • Constructor Details

    • RemoteAddress

      public RemoteAddress(String host, int port)