Interface MessageHandlerContext

All Known Implementing Classes:
DefaultMessageHandlerContext

@PublicApi public interface MessageHandlerContext
Well-behaved MessageHandler implementations should use as much as possible this interface to create appropriate entities. Depending on the mode the handler is run in the calls will be mutative for JIRA (in normal production run) or will create just dummy objects when run while testing message handler from administration screen.
Since:
v5.0