Class InboundChannelDefinitionBuilderImpl.InboundEventFilterJsonBuilderImpl
java.lang.Object
org.flowable.eventregistry.impl.model.InboundChannelDefinitionBuilderImpl.InboundEventPayloadJsonExtractorBuilderImpl
org.flowable.eventregistry.impl.model.InboundChannelDefinitionBuilderImpl.InboundEventTenantJsonDetectorBuilderImpl
org.flowable.eventregistry.impl.model.InboundChannelDefinitionBuilderImpl.InboundEventFilterJsonBuilderImpl
- All Implemented Interfaces:
InboundChannelModelBuilder.InboundEventFilterJsonBuilder,InboundChannelModelBuilder.InboundEventPayloadJsonExtractorBuilder,InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder
- Enclosing class:
- InboundChannelDefinitionBuilderImpl
public static class InboundChannelDefinitionBuilderImpl.InboundEventFilterJsonBuilderImpl
extends InboundChannelDefinitionBuilderImpl.InboundEventTenantJsonDetectorBuilderImpl
implements InboundChannelModelBuilder.InboundEventFilterJsonBuilder
-
Field Summary
Fields inherited from class org.flowable.eventregistry.impl.model.InboundChannelDefinitionBuilderImpl.InboundEventPayloadJsonExtractorBuilderImpl
inboundEventProcessingPipelineBuilder -
Constructor Summary
ConstructorsConstructorDescriptionInboundEventFilterJsonBuilderImpl(InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl<com.fasterxml.jackson.databind.JsonNode> inboundEventProcessingPipelineBuilder) -
Method Summary
Methods inherited from class org.flowable.eventregistry.impl.model.InboundChannelDefinitionBuilderImpl.InboundEventTenantJsonDetectorBuilderImpl
detectEventTenantUsingJsonPointerExpression, fixedTenantIdMethods inherited from class org.flowable.eventregistry.impl.model.InboundChannelDefinitionBuilderImpl.InboundEventPayloadJsonExtractorBuilderImpl
jsonFieldsMapDirectlyToPayloadMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundEventPayloadJsonExtractorBuilder
jsonFieldsMapDirectlyToPayloadMethods inherited from interface org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder
detectEventTenantUsingJsonPointerExpression, fixedTenantId
-
Constructor Details
-
InboundEventFilterJsonBuilderImpl
public InboundEventFilterJsonBuilderImpl(InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl<com.fasterxml.jackson.databind.JsonNode> inboundEventProcessingPipelineBuilder)
-
-
Method Details
-
delegateExpressionEventFilter
public InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder delegateExpressionEventFilter(String delegateExpression) - Specified by:
delegateExpressionEventFilterin interfaceInboundChannelModelBuilder.InboundEventFilterJsonBuilder
-