Class DelegateExpressionActivitiEventListener

    • Field Detail

      • failOnException

        protected boolean failOnException
    • Constructor Detail

      • DelegateExpressionActivitiEventListener

        public DelegateExpressionActivitiEventListener​(Expression expression,
                                                       java.lang.Class<?> entityClass)
    • Method Detail

      • onEvent

        public void onEvent​(ActivitiEvent event)
        Description copied from interface: ActivitiEventListener
        Called when an event has been fired
        Parameters:
        event - the event
      • isFailOnException

        public boolean isFailOnException()
        Returns:
        whether or not the current operation should fail when this listeners execution throws an exception.