| Package | Description |
|---|---|
| org.flowable.eventregistry.api.model |
| Modifier and Type | Method and Description |
|---|---|
InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder |
InboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilder.detectEventKeyUsingJsonField(String field)
Determines the key of the event based on a top-level field in the JSON representation in the event.
|
InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder |
InboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilder.detectEventKeyUsingJsonPointerExpression(String jsonPointerExpression)
Determines the key of the event using on a JSON Pointer expression to find the value.
|
InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder |
InboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilder.fixedEventKey(String key)
Sets the event key to a hardcoded value.
|
Copyright © 2022 Flowable. All rights reserved.