| Package | Description |
|---|---|
| io.scalecube.services | |
| io.scalecube.services.methods |
| Modifier and Type | Method and Description |
|---|---|
CommunicationMode |
ServiceMethodDefinition.getCommunicationMode() |
CommunicationMode |
ServiceReference.mode() |
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 |
|---|---|
void |
ServiceMethodDefinition.setCommunicationMode(CommunicationMode communicationMode) |
| Constructor and Description |
|---|
ServiceMethodDefinition(String action,
String contentType,
CommunicationMode communicationMode) |
ServiceMethodDefinition(String action,
String contentType,
Map<String,String> tags,
CommunicationMode communicationMode) |
| Modifier and Type | Method and Description |
|---|---|
CommunicationMode |
MethodInfo.communicationMode() |
| Constructor and Description |
|---|
MethodInfo(String serviceName,
String methodName,
Class<?> parameterizedReturnType,
CommunicationMode communicationMode,
int parameterCount,
Class<?> requestType) |
Copyright © 2015–2018. All rights reserved.