public static interface InboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilder
InboundChannelModel, specifically for JSON events.| Modifier and Type | Method and Description |
|---|---|
InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder |
detectEventKeyUsingJsonField(String field)
Determines the key of the event based on a top-level field in the JSON representation in the event.
|
InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder |
detectEventKeyUsingJsonPointerExpression(String jsonPointerExpression)
Determines the key of the event using on a JSON Pointer expression to find the value.
|
InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder |
fixedEventKey(String key)
Sets the event key to a hardcoded value.
|
InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder fixedEventKey(String key)
InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder detectEventKeyUsingJsonField(String field)
InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder detectEventKeyUsingJsonPointerExpression(String jsonPointerExpression)
Copyright © 2022 Flowable. All rights reserved.