Interface BeforeExecuteHandler
public interface BeforeExecuteHandler
This class is executed before message is put in to the queue. User can
use this class to specify their own properties.
-
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeExecute(Importance importance) This method is called before putting the message in to the queue.
-
Method Details
-
beforeExecute
This method is called before putting the message in to the queue.- Parameters:
importance- importance of the item put in to the queue
-