| Package | Description |
|---|---|
| org.flowable.eventregistry.api.model | |
| org.flowable.eventregistry.impl.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.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
InboundChannelDefinitionBuilderImpl.InboundEventTenantJsonDetectorBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder |
InboundChannelDefinitionBuilderImpl.InboundEventKeyJsonDetectorBuilderImpl.detectEventKeyUsingJsonField(String field) |
InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder |
InboundChannelDefinitionBuilderImpl.InboundEventKeyJsonDetectorBuilderImpl.detectEventKeyUsingJsonPointerExpression(String jsonPointerExpression) |
InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder |
InboundChannelDefinitionBuilderImpl.InboundEventKeyJsonDetectorBuilderImpl.fixedEventKey(String key) |
Copyright © 2023 Flowable. All rights reserved.