Class PublishListener

  • All Implemented Interfaces:
    Serializable, org.flowable.engine.delegate.BaseExecutionListener, org.flowable.engine.delegate.ExecutionListener

    public class PublishListener
    extends Object
    implements org.flowable.engine.delegate.ExecutionListener
    提取
    Author:
    qinman
    See Also:
    Serialized Form
    Date:
    2024/03/19
    • Constructor Detail

      • PublishListener

        public PublishListener()
    • Method Detail

      • notify

        @Transactional(rollbackFor=java.lang.Exception.class)
        public void notify​(org.flowable.engine.delegate.DelegateExecution execution)
        Specified by:
        notify in interface org.flowable.engine.delegate.ExecutionListener