| Package | Description |
|---|---|
| io.scalecube.services | |
| io.scalecube.services.methods |
| Modifier and Type | Method and Description |
|---|---|
static CommunicationMode |
Reflect.communicationMode(Method method)
This method is used to get catual
CommunicationMode os service method. |
static CommunicationMode |
CommunicationMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommunicationMode[] |
CommunicationMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CommunicationMode |
MethodInfo.communicationMode() |
| Constructor and Description |
|---|
MethodInfo(String serviceName,
String methodName,
Type parameterizedReturnType,
boolean isReturnTypeServiceMessage,
CommunicationMode communicationMode,
int parameterCount,
Class<?> requestType,
boolean isRequestTypeServiceMessage,
boolean isSecured)
Create a new service info.
|
Copyright © 2015–2021. All rights reserved.