| Package | Description |
|---|---|
| org.piangles.gateway | |
| org.piangles.gateway.requests | |
| org.piangles.gateway.requests.processors |
| Modifier and Type | Method and Description |
|---|---|
static CommunicationPattern |
CommunicationPattern.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommunicationPattern |
CommunicationPattern.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommunicationPattern[] |
CommunicationPattern.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static CommunicationPattern[] |
CommunicationPattern.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CommunicationPattern |
RequestProcessor.getCommunicationPattern() |
CommunicationPattern |
RequestProcessor.getCommunicationPattern() |
| Modifier and Type | Method and Description |
|---|---|
CommunicationPattern |
AbstractRequestProcessor.getCommunicationPattern() |
CommunicationPattern |
AbstractRequestProcessor.getCommunicationPattern() |
| Constructor and Description |
|---|
AbstractRequestProcessor(Enum<?> endpoint,
CommunicationPattern communicationPattern,
Class<EndpointReq> endpointRequestClass,
Class<EndpointResp> endpointResponseClass) |
AbstractRequestProcessor(Enum<?> endpoint,
CommunicationPattern communicationPattern,
Class<EndpointReq> endpointRequestClass,
Class<EndpointResp> endpointResponseClass) |
Copyright © 2021. All rights reserved.