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
Fields Modifier and Type Field Description protected InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl<com.fasterxml.jackson.databind.JsonNode>inboundEventProcessingPipelineBuilder
-
Constructor Summary
Constructors Constructor Description InboundEventKeyJsonDetectorBuilderImpl(InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl<com.fasterxml.jackson.databind.JsonNode> inboundEventProcessingPipelineBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilderdetectEventKeyUsingJsonField(String field)InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilderdetectEventKeyUsingJsonPointerExpression(String jsonPointerExpression)InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilderfixedEventKey(String key)
-
-
-
Field Detail
-
inboundEventProcessingPipelineBuilder
protected InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl<com.fasterxml.jackson.databind.JsonNode> inboundEventProcessingPipelineBuilder
-
-
Constructor Detail
-
InboundEventKeyJsonDetectorBuilderImpl
public InboundEventKeyJsonDetectorBuilderImpl(InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl<com.fasterxml.jackson.databind.JsonNode> inboundEventProcessingPipelineBuilder)
-
-
Method Detail
-
fixedEventKey
public InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder fixedEventKey(String key)
- 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
-
-