public static interface InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder extends InboundChannelModelBuilder.InboundEventPayloadJsonExtractorBuilder
InboundChannelModel, specifically for JSON events| Modifier and Type | Method and Description |
|---|---|
InboundChannelModelBuilder.InboundEventPayloadJsonExtractorBuilder |
detectEventTenantUsingJsonPointerExpression(String jsonPointerExpression)
Determines the tenant ID by using a JSOn Pointer expression.
|
InboundChannelModelBuilder.InboundEventPayloadJsonExtractorBuilder |
fixedTenantId(String tenantId)
Sets the tenant to a hardcoded value.
|
jsonFieldsMapDirectlyToPayloadInboundChannelModelBuilder.InboundEventPayloadJsonExtractorBuilder fixedTenantId(String tenantId)
InboundChannelModelBuilder.InboundEventPayloadJsonExtractorBuilder detectEventTenantUsingJsonPointerExpression(String jsonPointerExpression)
Copyright © 2022 Flowable. All rights reserved.