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 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