Uses of Interface
org.flowable.eventregistry.api.model.OutboundChannelModelBuilder
-
Uses of OutboundChannelModelBuilder in org.flowable.eventregistry.api
-
Uses of OutboundChannelModelBuilder in org.flowable.eventregistry.api.model
Modifier and TypeMethodDescriptionSet the category for the channel deployment.OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder.delegateExpressionSerializer
(String delegateExpression) Uses a delegate expression to serialize the event.OutboundChannelModelBuilder.deploymentName
(String deploymentName) Set the name for the channel deployment.OutboundChannelModelBuilder.deploymentTenantId
(String deploymentTenantId) Set the tenant id for the channel deployment.OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder.eventProcessingPipeline
(String delegateExpression) Uses a delegate expression to determine the customOutboundEventProcessingPipeline
instance.OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder.jsonSerializer()
Serializes the event to JSON.Each channel needs to have a unique key to identity it.OutboundChannelModelBuilder.parentDeploymentId
(String parentDeploymentId) Set the parent deployment id for the channel deployment.OutboundChannelModelBuilder.resourceName
(String resourceName) Set the resource name for the channel model.OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder.xmlSerializer()
Serializes the event to XML.