| Package | Description |
|---|---|
| io.scalecube.services | |
| io.scalecube.services.methods | |
| io.scalecube.services.transport.api |
| Modifier and Type | Method and Description |
|---|---|
ServiceMessageDataDecoder |
ServiceInfo.dataDecoder() |
| Modifier and Type | Method and Description |
|---|---|
ServiceInfo.Builder |
ServiceInfo.Builder.dataDecoder(ServiceMessageDataDecoder dataDecoder)
Setter for
dataDecoder. |
| Constructor and Description |
|---|
ServiceMethodInvoker(Method method,
Object service,
MethodInfo methodInfo,
ServiceProviderErrorMapper errorMapper,
ServiceMessageDataDecoder dataDecoder,
Authenticator<Object> authenticator,
PrincipalMapper<Object,Object> principalMapper)
Constructs a service method invoker out of real service object instance and method info.
|
| Modifier and Type | Field and Description |
|---|---|
static ServiceMessageDataDecoder |
ServiceMessageDataDecoder.INSTANCE |
Copyright © 2015–2021. All rights reserved.