| Package | Description |
|---|---|
| io.scalecube.services | |
| io.scalecube.services.methods |
| Modifier and Type | Method and Description |
|---|---|
Authenticator<Object> |
ServiceInfo.authenticator() |
| Modifier and Type | Method and Description |
|---|---|
<T> ServiceInfo.Builder |
ServiceInfo.Builder.authenticator(Authenticator<? extends T> authenticator)
Setter for
authenticator. |
| 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.
|
Copyright © 2015–2021. All rights reserved.