| Package | Description |
|---|---|
| org.flowable.eventregistry.api.model | |
| org.flowable.eventregistry.impl.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.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
InboundChannelDefinitionBuilderImpl.InboundEventPayloadExtractorBuilderImpl |
static class |
InboundChannelDefinitionBuilderImpl.InboundEventTenantDetectorBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
InboundChannelModelBuilder.InboundEventPayloadExtractorBuilder |
InboundChannelDefinitionBuilderImpl.InboundEventTenantDetectorBuilderImpl.delegateExpressionTenantDetector(String delegateExpression) |
InboundChannelModelBuilder.InboundEventPayloadExtractorBuilder |
InboundChannelDefinitionBuilderImpl.InboundEventTenantDetectorBuilderImpl.fixedTenantId(String tenantId) |
Copyright © 2023 Flowable. All rights reserved.