| Package | Description |
|---|---|
| net.morimekta.providence |
| Modifier and Type | Method and Description |
|---|---|
static PServiceCallType |
PServiceCallType.findByKey(int key) |
PServiceCallType |
PServiceCall.getType()
The type of service call.
|
static PServiceCallType |
PServiceCallType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PServiceCallType[] |
PServiceCallType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PServiceCall(String method,
PServiceCallType type,
int sequence,
T message) |
Copyright © 2016. All rights reserved.