| Package | Description |
|---|---|
| org.flowable.eventregistry.api.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.
|
Copyright © 2022 Flowable. All rights reserved.