Interface InboundEventProcessor


public interface InboundEventProcessor
Author:
Joram Barrez
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    eventReceived(org.flowable.eventregistry.model.InboundChannelModel channelModel, InboundEvent event)
     
  • Method Details

    • eventReceived

      void eventReceived(org.flowable.eventregistry.model.InboundChannelModel channelModel, InboundEvent event)