Package org.flowable.eventregistry.api
Interface InboundEventProcessor
public interface InboundEventProcessor
- Author:
- Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionvoid
eventReceived
(org.flowable.eventregistry.model.InboundChannelModel channelModel, InboundEvent event)
-
Method Details
-
eventReceived
void eventReceived(org.flowable.eventregistry.model.InboundChannelModel channelModel, InboundEvent event)
-