Package org.flowable.eventregistry.api
Interface InboundEventChannelAdapter
public interface InboundEventChannelAdapter
- Author:
- Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setEventRegistry
(EventRegistry eventRegistry) void
setInboundChannelModel
(org.flowable.eventregistry.model.InboundChannelModel inboundChannelModel)
-
Method Details
-
setInboundChannelModel
void setInboundChannelModel(org.flowable.eventregistry.model.InboundChannelModel inboundChannelModel) -
setEventRegistry
-