Uses of Interface
org.apache.synapse.commons.executors.BeforeExecuteHandler
-
Packages that use BeforeExecuteHandler Package Description org.apache.synapse.commons.executors -
-
Uses of BeforeExecuteHandler in org.apache.synapse.commons.executors
Methods in org.apache.synapse.commons.executors that return BeforeExecuteHandler Modifier and Type Method Description BeforeExecuteHandler
PriorityExecutor. getBeforeExecuteHandler()
Get the handler that is executed before the worker is put in to the queueMethods in org.apache.synapse.commons.executors with parameters of type BeforeExecuteHandler Modifier and Type Method Description void
PriorityExecutor. setBeforeExecuteHandler(BeforeExecuteHandler beforeExecuteHandler)
Set a handler for execute before putting a worker in to the queues.
-