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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
beforeExecute(Importance importance)
This method is called before putting the message in to the queue.
-
-
-
Method Detail
-
beforeExecute
void beforeExecute(Importance importance)
This method is called before putting the message in to the queue.- Parameters:
importance
- importance of the item put in to the queue
-
-