Class GatewayClientTransport

  • All Implemented Interfaces:
    io.scalecube.services.transport.api.ClientTransport

    public class GatewayClientTransport
    extends Object
    implements io.scalecube.services.transport.api.ClientTransport
    Already knows which type of gateway client to create.
    • Constructor Detail

      • GatewayClientTransport

        public GatewayClientTransport​(GatewayClient gatewayClient)
    • Method Detail

      • create

        public io.scalecube.services.transport.api.ClientChannel create​(io.scalecube.net.Address address)
        Specified by:
        create in interface io.scalecube.services.transport.api.ClientTransport