| Package | Description |
|---|---|
| io.scalecube.services | |
| io.scalecube.services.gateway |
| Modifier and Type | Method and Description |
|---|---|
ServiceCall |
ServiceCall.contentType(String contentType)
Setter for
contentType. |
ServiceCall |
ServiceCall.credentials(Map<String,String> credentials)
Setter for
credentials. |
ServiceCall |
ServiceCall.errorMapper(ServiceClientErrorMapper errorMapper)
Setter for
errorMapper. |
ServiceCall |
ServiceCall.methodRegistry(ServiceMethodRegistry methodRegistry)
Setter for
methodRegistry. |
ServiceCall |
ServiceCall.router(Class<? extends Router> routerType)
Setter for
routerType. |
ServiceCall |
ServiceCall.router(Router router)
Setter for
router. |
ServiceCall |
ServiceCall.serviceRegistry(ServiceRegistry serviceRegistry)
Setter for
serviceRegistry. |
ServiceCall |
ServiceCall.transport(ClientTransport clientTransport)
Setter for
clientTransport. |
| Modifier and Type | Method and Description |
|---|---|
Collection<ServiceInfo> |
ServiceProvider.provide(ServiceCall call) |
| Modifier and Type | Method and Description |
|---|---|
ServiceCall |
GatewayOptions.call() |
| Modifier and Type | Method and Description |
|---|---|
GatewayOptions |
GatewayOptions.call(ServiceCall call) |
Copyright © 2015–2021. All rights reserved.