| Package | Description |
|---|---|
| org.flowable.eventregistry.api.model | |
| org.flowable.eventregistry.impl.model |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder
Builder for the 'tenant ID detection' part of the
InboundChannelModel, specifically for JSON events |
| Modifier and Type | Method and Description |
|---|---|
InboundChannelModelBuilder.InboundEventPayloadJsonExtractorBuilder |
InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder.detectEventTenantUsingJsonPointerExpression(String jsonPointerExpression)
Determines the tenant ID by using a JSOn Pointer expression.
|
InboundChannelModelBuilder.InboundEventPayloadJsonExtractorBuilder |
InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder.fixedTenantId(String tenantId)
Sets the tenant to a hardcoded value.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
InboundChannelDefinitionBuilderImpl.InboundEventPayloadJsonExtractorBuilderImpl |
static class |
InboundChannelDefinitionBuilderImpl.InboundEventTenantJsonDetectorBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
InboundChannelModelBuilder.InboundEventPayloadJsonExtractorBuilder |
InboundChannelDefinitionBuilderImpl.InboundEventTenantJsonDetectorBuilderImpl.detectEventTenantUsingJsonPointerExpression(String jsonPointerExpression) |
InboundChannelModelBuilder.InboundEventPayloadJsonExtractorBuilder |
InboundChannelDefinitionBuilderImpl.InboundEventTenantJsonDetectorBuilderImpl.fixedTenantId(String tenantId) |
Copyright © 2023 Flowable. All rights reserved.