Package | Description |
---|---|
io.scalecube.services | |
io.scalecube.services.gateway |
Modifier and Type | Method and Description |
---|---|
ServiceCall.Call |
Microservices.call() |
ServiceCall.Call |
ServiceCall.Call.metrics(Metrics metrics) |
ServiceCall.Call |
ServiceCall.Call.router(Class<? extends Router> routerType) |
ServiceCall.Call |
ServiceCall.Call.router(Router router) |
Modifier and Type | Method and Description |
---|---|
Microservices.Builder |
Microservices.Builder.services(Function<ServiceCall.Call,Collection<Object>> serviceProvider) |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<InetSocketAddress> |
Gateway.start(GatewayConfig config,
Executor workerThreadPool,
boolean preferNative,
ServiceCall.Call call,
Metrics metrics)
Starts the gateway with given configuration.
|
Copyright © 2015–2018. All rights reserved.