Uses of Interface
org.flowable.eventregistry.api.model.InboundChannelModelBuilder.InboundEventPayloadExtractorBuilder
-
Uses of InboundChannelModelBuilder.InboundEventPayloadExtractorBuilder in org.flowable.eventregistry.api.model
Modifier and TypeInterfaceDescriptionstatic interface
Builder for the filtering out inbound events.static interface
Builder for the 'tenant ID detection' part of theInboundChannelModel
.Modifier and TypeMethodDescriptionInboundChannelModelBuilder.InboundEventTenantDetectorBuilder.delegateExpressionTenantDetector
(String delegateExpression) Uses delegate expression to determine the customInboundEventTenantDetector
instance.InboundChannelModelBuilder.InboundEventTenantDetectorBuilder.fixedTenantId
(String tenantId) Sets the tenant to a hardcoded value.