Interface EventSubscriptionDelegate

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void receive()
      Receive the event the event subscription is waiting for.
      void receive​(Map<String,​Object> variables)
      Receive the event the event subscription is waiting for and deliver a map of received information to be stored as process instance variables.
      • Methods inherited from interface org.camunda.bpm.scenario.defer.Deferrable

        defer
      • Methods inherited from interface org.camunda.bpm.engine.runtime.EventSubscription

        getActivityId, getCreated, getEventName, getEventType, getExecutionId, getId, getProcessInstanceId, getTenantId
    • Method Detail

      • receive

        void receive()
        Receive the event the event subscription is waiting for.
      • receive

        void receive​(Map<String,​Object> variables)
        Receive the event the event subscription is waiting for and deliver a map of received information to be stored as process instance variables.