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) |
InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder |
detectEventKeyUsingJsonPointerExpression(String jsonPointerExpression) |
InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder |
fixedEventKey(String key) |
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)
fixedEventKey in interface InboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilderpublic InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder detectEventKeyUsingJsonField(String field)
detectEventKeyUsingJsonField in interface InboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilderpublic InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder detectEventKeyUsingJsonPointerExpression(String jsonPointerExpression)
detectEventKeyUsingJsonPointerExpression in interface InboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilderCopyright © 2020 Flowable. All rights reserved.