Uses of Interface
org.apache.synapse.commons.executors.BeforeExecuteHandler
Packages that use BeforeExecuteHandler
-
Uses of BeforeExecuteHandler in org.apache.synapse.commons.executors
Methods in org.apache.synapse.commons.executors that return BeforeExecuteHandlerModifier and TypeMethodDescriptionPriorityExecutor.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 BeforeExecuteHandlerModifier and TypeMethodDescriptionvoidPriorityExecutor.setBeforeExecuteHandler(BeforeExecuteHandler beforeExecuteHandler) Set a handler for execute before putting a worker in to the queues.