public static class InboundChannelDefinitionBuilderImpl.InboundEventKeyJsonDetectorBuilderImpl extends Object implements InboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilder
| Modifier and Type | Field and Description |
|---|---|
protected InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl<com.fasterxml.jackson.databind.JsonNode> |
inboundEventProcessingPipelineBuilder |
| Constructor and Description |
|---|
InboundEventKeyJsonDetectorBuilderImpl(InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl<com.fasterxml.jackson.databind.JsonNode> inboundEventProcessingPipelineBuilder) |
| 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.
|
protected InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl<com.fasterxml.jackson.databind.JsonNode> inboundEventProcessingPipelineBuilder
public InboundEventKeyJsonDetectorBuilderImpl(InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl<com.fasterxml.jackson.databind.JsonNode> inboundEventProcessingPipelineBuilder)
public InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder fixedEventKey(String key)
InboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilderfixedEventKey in interface InboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilderpublic InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder detectEventKeyUsingJsonField(String field)
InboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilderdetectEventKeyUsingJsonField in interface InboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilderpublic InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder detectEventKeyUsingJsonPointerExpression(String jsonPointerExpression)
InboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilderdetectEventKeyUsingJsonPointerExpression in interface InboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilderCopyright © 2023 Flowable. All rights reserved.