Uses of Interface
org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder
Packages that use InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder
-
Uses of InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilder in org.flowable.eventregistry.api.model
Methods in org.flowable.eventregistry.api.model that return InboundChannelModelBuilder.InboundEventTenantJsonDetectorBuilderModifier 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.