Uses of Interface
org.flowable.eventregistry.api.EventRegistry
Packages that use EventRegistry
Package
Description
Helper classes for testing processes.
-
Uses of EventRegistry in org.flowable.engine.test
Methods in org.flowable.engine.test that return EventRegistryModifier and TypeMethodDescriptionprotected EventRegistry
FlowableTestCase.getEventRegistry()
Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of EventRegistry in org.flowable.eventregistry.api
Methods in org.flowable.eventregistry.api that return EventRegistryMethods in org.flowable.eventregistry.api with parameters of type EventRegistryModifier and TypeMethodDescriptionvoid
ChannelModelProcessor.registerChannelModel
(org.flowable.eventregistry.model.ChannelModel channelModel, String tenantId, EventRegistry eventRegistry, EventRepositoryService eventRepositoryService, boolean fallbackToDefaultTenant) void
InboundEventChannelAdapter.setEventRegistry
(EventRegistry eventRegistry)