Modifier and Type | Method and Description |
---|---|
AsteriskAction |
AsteriskEndpoint.getAction() |
static AsteriskAction |
AsteriskAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AsteriskAction[] |
AsteriskAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AsteriskEndpoint.setAction(AsteriskAction action)
What action to perform such as getting queue status, sip peers or extension state.
|
Apache Camel