Uses of Interface
org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundEventPayloadJsonExtractorBuilder
-
Uses of InboundChannelModelBuilder.InboundEventPayloadJsonExtractorBuilder in org.flowable.eventregistry.api.model
Modifier and TypeInterfaceDescriptionstatic interface
Builder for the filtering out inbound JSON events.static interface
Builder for the 'tenant ID detection' part of theInboundChannelModel
, specifically for JSON eventsModifier and TypeMethodDescriptionInboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder.detectEventTenantUsingJsonPointerExpression
(String jsonPointerExpression) Determines the tenant ID by using a JSOn Pointer expression.InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder.fixedTenantId
(String tenantId) Sets the tenant to a hardcoded value.