Class InboundChannelDefinitionBuilderImpl.InboundEventKeyXmlDetectorBuilderImpl
- java.lang.Object
-
- org.flowable.eventregistry.impl.model.InboundChannelDefinitionBuilderImpl.InboundEventKeyXmlDetectorBuilderImpl
-
- All Implemented Interfaces:
InboundChannelModelBuilder.InboundEventKeyXmlDetectorBuilder
- Enclosing class:
- InboundChannelDefinitionBuilderImpl
public static class InboundChannelDefinitionBuilderImpl.InboundEventKeyXmlDetectorBuilderImpl extends Object implements InboundChannelModelBuilder.InboundEventKeyXmlDetectorBuilder
-
-
Field Summary
Fields Modifier and Type Field Description protected InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl<Document>inboundEventProcessingPipelineBuilder
-
Constructor Summary
Constructors Constructor Description InboundEventKeyXmlDetectorBuilderImpl(InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl<Document> inboundEventProcessingPipelineBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InboundChannelModelBuilder.InboundEventTenantXmlDetectorBuilderdetectEventKeyUsingXPathExpression(String xPathExpression)InboundChannelModelBuilder.InboundEventTenantXmlDetectorBuilderfixedEventKey(String key)
-
-
-
Field Detail
-
inboundEventProcessingPipelineBuilder
protected InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl<Document> inboundEventProcessingPipelineBuilder
-
-
Constructor Detail
-
InboundEventKeyXmlDetectorBuilderImpl
public InboundEventKeyXmlDetectorBuilderImpl(InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl<Document> inboundEventProcessingPipelineBuilder)
-
-
Method Detail
-
fixedEventKey
public InboundChannelModelBuilder.InboundEventTenantXmlDetectorBuilder fixedEventKey(String key)
- Specified by:
fixedEventKeyin interfaceInboundChannelModelBuilder.InboundEventKeyXmlDetectorBuilder
-
detectEventKeyUsingXPathExpression
public InboundChannelModelBuilder.InboundEventTenantXmlDetectorBuilder detectEventKeyUsingXPathExpression(String xPathExpression)
- Specified by:
detectEventKeyUsingXPathExpressionin interfaceInboundChannelModelBuilder.InboundEventKeyXmlDetectorBuilder
-
-