Class FlowableMultiInstanceActivityCancelledEventImpl

    • Field Detail

      • cause

        protected Object cause
    • Constructor Detail

      • FlowableMultiInstanceActivityCancelledEventImpl

        public FlowableMultiInstanceActivityCancelledEventImpl()
    • Method Detail

      • setCause

        public void setCause​(Object cause)
      • getCause

        public Object getCause()
        Specified by:
        getCause in interface FlowableCancelledEvent
        Returns:
        the cause of the cancel event. Returns null, if no specific cause has been specified.