| Package | Description |
|---|---|
| org.flowable.eventregistry.api.model |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InboundChannelModelBuilder.InboundEventTenantXmlDetectorBuilder
Builder for the 'tenant ID detection' part of the
InboundChannelModel, specifically for XML events |
| Modifier and Type | Method and Description |
|---|---|
InboundChannelModelBuilder.InboundEventPayloadXmlExtractorBuilder |
InboundChannelModelBuilder.InboundEventTenantXmlDetectorBuilder.detectEventTenantUsingXPathExpression(String xPathExpression)
Determines the tenant ID by using an XPath expression.
|
InboundChannelModelBuilder.InboundEventPayloadXmlExtractorBuilder |
InboundChannelModelBuilder.InboundEventTenantXmlDetectorBuilder.fixedTenantId(String tenantId)
Sets the tenant to a hardcoded value.
|
Copyright © 2022 Flowable. All rights reserved.