Class AbstractFlowableEventListener

    • Field Detail

      • onTransaction

        protected String onTransaction
    • Constructor Detail

      • AbstractFlowableEventListener

        public AbstractFlowableEventListener()
    • Method Detail

      • isFireOnTransactionLifecycleEvent

        public boolean isFireOnTransactionLifecycleEvent()
        Specified by:
        isFireOnTransactionLifecycleEvent in interface FlowableEventListener
        Returns:
        Returns whether this event listener fires immediately when the event occurs or on a transaction lifecycle event (before/after commit or rollback).
      • getOnTransaction

        public String getOnTransaction()
        Specified by:
        getOnTransaction in interface FlowableEventListener
        Returns:
        if non-null, indicates the point in the lifecycle of the current transaction when the event should be fired.
      • setOnTransaction

        public void setOnTransaction​(String onTransaction)