Package org.flowable.eventregistry.api
Interface InboundEventProcessingPipeline
public interface InboundEventProcessingPipeline
- Author:
- Joram Barrez, Filip Hrisafov
-
Method Summary
Modifier and TypeMethodDescriptionrun
(org.flowable.eventregistry.model.InboundChannelModel inboundChannel, InboundEvent inboundEvent)
-
Method Details
-
run
Collection<EventRegistryEvent> run(org.flowable.eventregistry.model.InboundChannelModel inboundChannel, InboundEvent inboundEvent)
-