Class InboundChannelDefinitionBuilderImpl.InboundEventDefinitionKeyDetectorBuilderImpl
java.lang.Object
org.flowable.eventregistry.impl.model.InboundChannelDefinitionBuilderImpl.InboundEventDefinitionKeyDetectorBuilderImpl
- All Implemented Interfaces:
InboundChannelModelBuilder.InboundEventKeyDetectorBuilder
- Enclosing class:
- InboundChannelDefinitionBuilderImpl
public static class InboundChannelDefinitionBuilderImpl.InboundEventDefinitionKeyDetectorBuilderImpl
extends Object
implements InboundChannelModelBuilder.InboundEventKeyDetectorBuilder
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionInboundEventDefinitionKeyDetectorBuilderImpl(InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl inboundEventProcessingPipelineBuilder) -
Method Summary
Modifier and TypeMethodDescriptiondelegateExpressionKeyDetector(String delegateExpression) Uses delegate expression to determine the customInboundEventKeyDetector.
-
Field Details
-
inboundEventProcessingPipelineBuilder
protected InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl inboundEventProcessingPipelineBuilder
-
-
Constructor Details
-
InboundEventDefinitionKeyDetectorBuilderImpl
public InboundEventDefinitionKeyDetectorBuilderImpl(InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl inboundEventProcessingPipelineBuilder)
-
-
Method Details
-
delegateExpressionKeyDetector
public InboundChannelModelBuilder.InboundEventFilterBuilder delegateExpressionKeyDetector(String delegateExpression) Description copied from interface:InboundChannelModelBuilder.InboundEventKeyDetectorBuilderUses delegate expression to determine the customInboundEventKeyDetector.- Specified by:
delegateExpressionKeyDetectorin interfaceInboundChannelModelBuilder.InboundEventKeyDetectorBuilder
-