Interface InboundChannelModelBuilder.InboundEventFilterXmlBuilder
- All Superinterfaces:
InboundChannelModelBuilder.InboundEventPayloadXmlExtractorBuilder,InboundChannelModelBuilder.InboundEventTenantXmlDetectorBuilder
- Enclosing interface:
InboundChannelModelBuilder
public static interface InboundChannelModelBuilder.InboundEventFilterXmlBuilder
extends InboundChannelModelBuilder.InboundEventTenantXmlDetectorBuilder
Builder for the filtering out inbound XML 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.InboundEventPayloadXmlExtractorBuilder
xmlElementsMapDirectlyToPayloadMethods inherited from interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundEventTenantXmlDetectorBuilder
detectEventTenantUsingXPathExpression, fixedTenantId
-
Method Details
-
delegateExpressionEventFilter
InboundChannelModelBuilder.InboundEventTenantXmlDetectorBuilder delegateExpressionEventFilter(String delegateExpression) Uses a delegate expression to filter the events before further processing. The expression needs to resolve to a bean implementing theInboundEventFilterinterface.
-