Class InboundChannelDefinitionBuilderImpl.InboundEventKeyJsonDetectorBuilderImpl
java.lang.Object
org.flowable.eventregistry.impl.model.InboundChannelDefinitionBuilderImpl.InboundEventKeyJsonDetectorBuilderImpl
- All Implemented Interfaces:
InboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilder
- Enclosing class:
- InboundChannelDefinitionBuilderImpl
public static class InboundChannelDefinitionBuilderImpl.InboundEventKeyJsonDetectorBuilderImpl
extends Object
implements InboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl<com.fasterxml.jackson.databind.JsonNode> -
Constructor Summary
ConstructorsConstructorDescriptionInboundEventKeyJsonDetectorBuilderImpl(InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl<com.fasterxml.jackson.databind.JsonNode> inboundEventProcessingPipelineBuilder) -
Method Summary
Modifier and TypeMethodDescriptiondetectEventKeyUsingJsonPointerExpression(String jsonPointerExpression) fixedEventKey(String key)
-
Field Details
-
inboundEventProcessingPipelineBuilder
protected InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl<com.fasterxml.jackson.databind.JsonNode> inboundEventProcessingPipelineBuilder
-
-
Constructor Details
-
InboundEventKeyJsonDetectorBuilderImpl
public InboundEventKeyJsonDetectorBuilderImpl(InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl<com.fasterxml.jackson.databind.JsonNode> inboundEventProcessingPipelineBuilder)
-
-
Method Details
-
fixedEventKey
- Specified by:
fixedEventKeyin interfaceInboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilder
-
detectEventKeyUsingJsonField
public InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder detectEventKeyUsingJsonField(String field) - Specified by:
detectEventKeyUsingJsonFieldin interfaceInboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilder
-
detectEventKeyUsingJsonPointerExpression
public InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder detectEventKeyUsingJsonPointerExpression(String jsonPointerExpression) - Specified by:
detectEventKeyUsingJsonPointerExpressionin interfaceInboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilder
-