Interface FlowableSignalEvent

All Superinterfaces:
FlowableActivityEvent, FlowableEngineEvent, FlowableEvent
All Known Implementing Classes:
FlowableSignalEventImpl

public interface FlowableSignalEvent extends FlowableActivityEvent
An FlowableEvent related to a signal being sent to an activity.
Author:
Frederik Heremans
  • Method Details

    • getSignalName

      String getSignalName()
      Returns:
      the name of the signal. Returns null, if no specific signal name has been specified when signaling.
    • getSignalData

      Object getSignalData()
      Returns:
      the payload that was passed when signaling. Returns null, if no payload was passed.