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 Type
    Method
    Description
    void
    This method is called before putting the message in to the queue.
  • Method Details

    • 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