Uses of Interface
org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundEventFilterJsonBuilder
Packages that use InboundChannelModelBuilder.InboundEventFilterJsonBuilder
-
Uses of InboundChannelModelBuilder.InboundEventFilterJsonBuilder in org.flowable.eventregistry.api.model
Methods in org.flowable.eventregistry.api.model that return InboundChannelModelBuilder.InboundEventFilterJsonBuilderModifier and TypeMethodDescriptionInboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilder.detectEventKeyUsingJsonField(String field) Determines the key of the event based on a top-level field in the JSON representation in the event.InboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilder.detectEventKeyUsingJsonPointerExpression(String jsonPointerExpression) Determines the key of the event using on a JSON Pointer expression to find the value.InboundChannelModelBuilder.InboundEventKeyJsonDetectorBuilder.fixedEventKey(String key) Sets the event key to a hardcoded value.