Package org.flowable.eventregistry.api
package org.flowable.eventregistry.api
-
ClassDescriptionAn object structure representing a channel definitionAllows programmatic querying of
ChannelDefinition
s.An object structure representing an event definitionAllows programmatic querying ofEventDefinition
s.Represents a deployment that is already present in the event repository.Builder for creating new deployments.Allows programmatic querying ofEventDeployment
s.Central registry for events that are received through external channels through aInboundEventChannelAdapter
and then passed through as a event registry event.Service providing access to the repository of forms.This interface must be implemented by a custom filtering bean to hook into the default inbound event processing pipeline in order to have a very effective way to filter out events which should not be processed any further and thus preventing expensive processing time like DB lookups and the full consumer invocation.