Uses of Class
org.apache.camel.component.asterisk.AsteriskAction
-
-
Uses of AsteriskAction in org.apache.camel.component.asterisk
Methods in org.apache.camel.component.asterisk that return AsteriskAction Modifier and Type Method Description AsteriskActionAsteriskEndpoint. getAction()static AsteriskActionAsteriskAction. 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.Methods in org.apache.camel.component.asterisk with parameters of type AsteriskAction Modifier and Type Method Description voidAsteriskEndpoint. setAction(AsteriskAction action)What action to perform such as getting queue status, sip peers or extension state.
-