Class GatewayClientTransport
- java.lang.Object
-
- io.scalecube.services.gateway.transport.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 Summary
Constructors Constructor Description GatewayClientTransport(GatewayClient gatewayClient)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.scalecube.services.transport.api.ClientChannelcreate(io.scalecube.net.Address address)
-
-
-
Constructor Detail
-
GatewayClientTransport
public GatewayClientTransport(GatewayClient gatewayClient)
-
-