Interface InboundChannelModelBuilder.InboundEventFilterJsonBuilder
- All Superinterfaces:
InboundChannelModelBuilder.InboundEventPayloadJsonExtractorBuilder,InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder
- Enclosing interface:
InboundChannelModelBuilder
public static interface InboundChannelModelBuilder.InboundEventFilterJsonBuilder
extends InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder
Builder for the filtering out inbound JSON events.
If events are filtered out, the pipeline processing will stop there and no subsequent steps will be executed.
-
Method Summary
Modifier and TypeMethodDescriptiondelegateExpressionEventFilter(String delegateExpression) Uses a delegate expression to filter the events before further processing.Methods inherited from interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundEventPayloadJsonExtractorBuilder
jsonFieldsMapDirectlyToPayloadMethods inherited from interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder
detectEventTenantUsingJsonPointerExpression, fixedTenantId
-
Method Details
-
delegateExpressionEventFilter
InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder delegateExpressionEventFilter(String delegateExpression) Uses a delegate expression to filter the events before further processing. The expression needs to resolve to a bean implementing theInboundEventFilterinterface.
-