public class WebsocketGateway extends GatewayTemplate
| Constructor and Description |
|---|
WebsocketGateway() |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<InetSocketAddress> |
start(io.scalecube.services.gateway.GatewayConfig config,
Executor workerThreadPool,
boolean preferNative,
io.scalecube.services.ServiceCall.Call call,
io.scalecube.services.metrics.Metrics metrics) |
reactor.core.publisher.Mono<Void> |
stop() |
prepareHttpServer, prepareLoopResources, shutdownBossGrouppublic reactor.core.publisher.Mono<InetSocketAddress> start(io.scalecube.services.gateway.GatewayConfig config, Executor workerThreadPool, boolean preferNative, io.scalecube.services.ServiceCall.Call call, io.scalecube.services.metrics.Metrics metrics)
public reactor.core.publisher.Mono<Void> stop()
Copyright © 2015–2018. All rights reserved.