| Package | Description |
|---|---|
| org.flowable.eventregistry.api.model |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InboundChannelModelBuilder.InboundEventTenantDetectorBuilder
Builder for the 'tenant ID detection' part of the
InboundChannelModel. |
| Modifier and Type | Method and Description |
|---|---|
InboundChannelModelBuilder.InboundEventPayloadExtractorBuilder |
InboundChannelModelBuilder.InboundEventTenantDetectorBuilder.delegateExpressionTenantDetector(String delegateExpression)
Uses delegate expression to determine the custom
InboundEventTenantDetector instance. |
InboundChannelModelBuilder.InboundEventPayloadExtractorBuilder |
InboundChannelModelBuilder.InboundEventTenantDetectorBuilder.fixedTenantId(String tenantId)
Sets the tenant to a hardcoded value.
|
Copyright © 2022 Flowable. All rights reserved.