Class InboundChannelDefinitionBuilderImpl.InboundEventTenantDetectorBuilderImpl
java.lang.Object
org.flowable.eventregistry.impl.model.InboundChannelDefinitionBuilderImpl.InboundEventPayloadExtractorBuilderImpl
org.flowable.eventregistry.impl.model.InboundChannelDefinitionBuilderImpl.InboundEventTenantDetectorBuilderImpl
- All Implemented Interfaces:
InboundChannelModelBuilder.InboundEventPayloadExtractorBuilder
,InboundChannelModelBuilder.InboundEventTenantDetectorBuilder
- Direct Known Subclasses:
InboundChannelDefinitionBuilderImpl.InboundEventFilterBuilderImpl
- Enclosing class:
- InboundChannelDefinitionBuilderImpl
public static class InboundChannelDefinitionBuilderImpl.InboundEventTenantDetectorBuilderImpl
extends InboundChannelDefinitionBuilderImpl.InboundEventPayloadExtractorBuilderImpl
implements InboundChannelModelBuilder.InboundEventTenantDetectorBuilder
-
Field Summary
Fields inherited from class org.flowable.eventregistry.impl.model.InboundChannelDefinitionBuilderImpl.InboundEventPayloadExtractorBuilderImpl
inboundEventProcessingPipelineBuilder
-
Constructor Summary
ConstructorsConstructorDescriptionInboundEventTenantDetectorBuilderImpl
(InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl inboundEventProcessingPipelineBuilder) -
Method Summary
Modifier and TypeMethodDescriptiondelegateExpressionTenantDetector
(String delegateExpression) Uses delegate expression to determine the customInboundEventTenantDetector
instance.fixedTenantId
(String tenantId) Sets the tenant to a hardcoded value.Methods inherited from class org.flowable.eventregistry.impl.model.InboundChannelDefinitionBuilderImpl.InboundEventPayloadExtractorBuilderImpl
payloadExtractor
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.InboundEventPayloadExtractorBuilder
payloadExtractor
-
Constructor Details
-
InboundEventTenantDetectorBuilderImpl
public InboundEventTenantDetectorBuilderImpl(InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl inboundEventProcessingPipelineBuilder)
-
-
Method Details
-
fixedTenantId
public InboundChannelModelBuilder.InboundEventPayloadExtractorBuilder fixedTenantId(String tenantId) Description copied from interface:InboundChannelModelBuilder.InboundEventTenantDetectorBuilder
Sets the tenant to a hardcoded value. Useful for when the channel only receives events for a given tenant.- Specified by:
fixedTenantId
in interfaceInboundChannelModelBuilder.InboundEventTenantDetectorBuilder
-
delegateExpressionTenantDetector
public InboundChannelModelBuilder.InboundEventPayloadExtractorBuilder delegateExpressionTenantDetector(String delegateExpression) Description copied from interface:InboundChannelModelBuilder.InboundEventTenantDetectorBuilder
Uses delegate expression to determine the customInboundEventTenantDetector
instance.- Specified by:
delegateExpressionTenantDetector
in interfaceInboundChannelModelBuilder.InboundEventTenantDetectorBuilder
-