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