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
FieldsModifier and TypeFieldDescription -
Constructor Summary
ConstructorsConstructorDescriptionInboundEventKeyXmlDetectorBuilderImpl
(InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl<Document> inboundEventProcessingPipelineBuilder) -
Method Summary
Modifier and TypeMethodDescriptiondetectEventKeyUsingXPathExpression
(String xPathExpression) Determines the key of the event using on a XPATH expression to find the value.fixedEventKey
(String key) Sets the event key to a hardcoded value.
-
Field Details
-
inboundEventProcessingPipelineBuilder
protected InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl<Document> inboundEventProcessingPipelineBuilder
-
-
Constructor Details
-
InboundEventKeyXmlDetectorBuilderImpl
public InboundEventKeyXmlDetectorBuilderImpl(InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl<Document> inboundEventProcessingPipelineBuilder)
-
-
Method Details
-
fixedEventKey
Description copied from interface:InboundChannelModelBuilder.InboundEventKeyXmlDetectorBuilder
Sets the event key to a hardcoded value. This is useful when the channel only receives one type of event.- Specified by:
fixedEventKey
in interfaceInboundChannelModelBuilder.InboundEventKeyXmlDetectorBuilder
-
detectEventKeyUsingXPathExpression
public InboundChannelModelBuilder.InboundEventFilterXmlBuilder detectEventKeyUsingXPathExpression(String xPathExpression) Description copied from interface:InboundChannelModelBuilder.InboundEventKeyXmlDetectorBuilder
Determines the key of the event using on a XPATH expression to find the value.- Specified by:
detectEventKeyUsingXPathExpression
in interfaceInboundChannelModelBuilder.InboundEventKeyXmlDetectorBuilder
-