Uses of Interface
org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundEventPayloadXmlExtractorBuilder
-
Uses of InboundChannelModelBuilder.InboundEventPayloadXmlExtractorBuilder in org.flowable.eventregistry.api.model
Modifier and TypeInterfaceDescriptionstatic interface
Builder for the filtering out inbound XML events.static interface
Builder for the 'tenant ID detection' part of theInboundChannelModel
, specifically for XML eventsModifier and TypeMethodDescriptionInboundChannelModelBuilder.InboundEventTenantXmlDetectorBuilder.detectEventTenantUsingXPathExpression
(String xPathExpression) Determines the tenant ID by using an XPath expression.InboundChannelModelBuilder.InboundEventTenantXmlDetectorBuilder.fixedTenantId
(String tenantId) Sets the tenant to a hardcoded value.