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
jsonFieldsMapDirectlyToPayload
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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.InboundEventTenantJsonDetectorBuilder
Sets the tenant to a hardcoded value. Useful for when the channel only receives events for a given tenant.- Specified by:
fixedTenantId
in interfaceInboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder
-
detectEventTenantUsingJsonPointerExpression
public InboundChannelModelBuilder.InboundEventPayloadJsonExtractorBuilder detectEventTenantUsingJsonPointerExpression(String jsonPointerExpression) Description copied from interface:InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder
Determines the tenant ID by using a JSOn Pointer expression.- Specified by:
detectEventTenantUsingJsonPointerExpression
in interfaceInboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder
-