Class InboundChannelDefinitionBuilderImpl.InboundEventTenantJsonDetectorBuilderImpl
java.lang.Object
org.flowable.eventregistry.impl.model.InboundChannelDefinitionBuilderImpl.InboundEventPayloadJsonExtractorBuilderImpl
org.flowable.eventregistry.impl.model.InboundChannelDefinitionBuilderImpl.InboundEventTenantJsonDetectorBuilderImpl
- All Implemented Interfaces:
InboundChannelModelBuilder.InboundEventPayloadJsonExtractorBuilder,InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder
- Direct Known Subclasses:
InboundChannelDefinitionBuilderImpl.InboundEventFilterJsonBuilderImpl
- Enclosing class:
- InboundChannelDefinitionBuilderImpl
public static class InboundChannelDefinitionBuilderImpl.InboundEventTenantJsonDetectorBuilderImpl
extends InboundChannelDefinitionBuilderImpl.InboundEventPayloadJsonExtractorBuilderImpl
implements InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder
-
Field Summary
Fields inherited from class org.flowable.eventregistry.impl.model.InboundChannelDefinitionBuilderImpl.InboundEventPayloadJsonExtractorBuilderImpl
inboundEventProcessingPipelineBuilder -
Constructor Summary
ConstructorsConstructorDescriptionInboundEventTenantJsonDetectorBuilderImpl(InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl<com.fasterxml.jackson.databind.JsonNode> inboundEventProcessingPipelineBuilder) -
Method Summary
Modifier and TypeMethodDescriptiondetectEventTenantUsingJsonPointerExpression(String jsonPointerExpression) Determines the tenant ID by using a JSOn Pointer expression.fixedTenantId(String tenantId) Sets the tenant to a hardcoded value.Methods inherited from class org.flowable.eventregistry.impl.model.InboundChannelDefinitionBuilderImpl.InboundEventPayloadJsonExtractorBuilderImpl
jsonFieldsMapDirectlyToPayloadMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundEventPayloadJsonExtractorBuilder
jsonFieldsMapDirectlyToPayload
-
Constructor Details
-
InboundEventTenantJsonDetectorBuilderImpl
public InboundEventTenantJsonDetectorBuilderImpl(InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl<com.fasterxml.jackson.databind.JsonNode> inboundEventProcessingPipelineBuilder)
-
-
Method Details
-
fixedTenantId
public InboundChannelModelBuilder.InboundEventPayloadJsonExtractorBuilder fixedTenantId(String tenantId) Description copied from interface:InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilderSets the tenant to a hardcoded value. Useful for when the channel only receives events for a given tenant.- Specified by:
fixedTenantIdin interfaceInboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder
-
detectEventTenantUsingJsonPointerExpression
public InboundChannelModelBuilder.InboundEventPayloadJsonExtractorBuilder detectEventTenantUsingJsonPointerExpression(String jsonPointerExpression) Description copied from interface:InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilderDetermines the tenant ID by using a JSOn Pointer expression.- Specified by:
detectEventTenantUsingJsonPointerExpressionin interfaceInboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder
-