public static interface InboundChannelModelBuilder.InboundEventTenantXmlDetectorBuilder extends InboundChannelModelBuilder.InboundEventPayloadXmlExtractorBuilder
InboundChannelModel, specifically for XML events| Modifier and Type | Method and Description |
|---|---|
InboundChannelModelBuilder.InboundEventPayloadXmlExtractorBuilder |
detectEventTenantUsingXPathExpression(String xPathExpression)
Determines the tenant ID by using an XPath expression.
|
InboundChannelModelBuilder.InboundEventPayloadXmlExtractorBuilder |
fixedTenantId(String tenantId)
Sets the tenant to a hardcoded value.
|
xmlElementsMapDirectlyToPayloadInboundChannelModelBuilder.InboundEventPayloadXmlExtractorBuilder fixedTenantId(String tenantId)
InboundChannelModelBuilder.InboundEventPayloadXmlExtractorBuilder detectEventTenantUsingXPathExpression(String xPathExpression)
Copyright © 2022 Flowable. All rights reserved.