All Classes and Interfaces
Class
Description
An object structure representing a channel definition
Allows programmatic querying of
ChannelDefinition
s.An object structure representing an event definition
Allows programmatic querying of
EventDefinition
s.Represents a deployment that is already present in the event repository.
Builder for creating new deployments.
Allows programmatic querying of
EventDeployment
s.Represents a runtime event (either received or sent).
Central registry for events that are received through external channels through a
InboundEventChannelAdapter
and then passed through as a event registry event.Service providing access to the repository of forms.
A builder to create a
InboundChannelModel
instance,
which represents a channel from the 'outside world' to receive events.Builder for the filtering out inbound events.
Builder for the filtering out inbound JSON events.
Builder for the filtering out inbound XML events.
Builder for the 'key detection' part of the
InboundChannelModel
.Builder for the 'key detection' part of the
InboundChannelModel
, specifically for JSON events.Builder for the 'key detection' part of the
InboundChannelModel
, specifically for XML events.Builder for the 'payload extraction' part of the
InboundChannelModel
.Builder for the 'payload extraction' part of the
InboundChannelModel
.Builder for the 'payload extraction' part of the
InboundChannelModel
.Builder for the 'processing pipeline' part of the
InboundChannelModel
.Builder for the 'tenant ID detection' part of the
InboundChannelModel
.Builder for the 'tenant ID detection' part of the
InboundChannelModel
, specifically for JSON eventsBuilder for the 'tenant ID detection' part of the
InboundChannelModel
, specifically for XML eventsBuilder to create an
InboundEventChannelAdapter
using JMS.Builder to create an
InboundEventChannelAdapter
using Kafka.Builder to create an
InboundEventChannelAdapter
using RabbitMQ.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.
A builder to create an
OutboundChannelModel
instance.Builder for the 'event processing' pipeline which gets invoked before sending out the event.
Builder to create an
OutboundEventChannelAdapter
using JMS.Builder to create an
OutboundEventChannelAdapter
using Kafka.Builder to create an
OutboundEventChannelAdapter
using RabbitMQ.