Uses of Class
org.apache.synapse.transport.passthru.WorkerState
-
Packages that use WorkerState Package Description org.apache.synapse.transport.passthru -
-
Uses of WorkerState in org.apache.synapse.transport.passthru
Methods in org.apache.synapse.transport.passthru that return WorkerState Modifier and Type Method Description WorkerState
ClientWorker. getWorkerState()
WorkerState
MessageDiscardWorker. getWorkerState()
WorkerState
ServerWorker. getWorkerState()
static WorkerState
WorkerState. valueOf(String name)
Returns the enum constant of this type with the specified name.static WorkerState[]
WorkerState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-