Uses of Interface
org.flowable.eventregistry.api.model.OutboundChannelModelBuilder
Packages that use OutboundChannelModelBuilder
Package
Description
-
Uses of OutboundChannelModelBuilder in org.flowable.eventregistry.api
Methods in org.flowable.eventregistry.api that return OutboundChannelModelBuilder -
Uses of OutboundChannelModelBuilder in org.flowable.eventregistry.api.model
Methods in org.flowable.eventregistry.api.model that return OutboundChannelModelBuilderModifier 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. -
Uses of OutboundChannelModelBuilder in org.flowable.eventregistry.impl
Methods in org.flowable.eventregistry.impl that return OutboundChannelModelBuilder -
Uses of OutboundChannelModelBuilder in org.flowable.eventregistry.impl.model
Classes in org.flowable.eventregistry.impl.model that implement OutboundChannelModelBuilderMethods in org.flowable.eventregistry.impl.model that return OutboundChannelModelBuilderModifier and TypeMethodDescriptionOutboundChannelDefinitionBuilderImpl.OutboundEventProcessingPipelineBuilderImpl.delegateExpressionSerializer
(String delegateExpression) OutboundChannelDefinitionBuilderImpl.deploymentName
(String deploymentName) OutboundChannelDefinitionBuilderImpl.deploymentTenantId
(String deploymentTenantId) OutboundChannelDefinitionBuilderImpl.OutboundEventProcessingPipelineBuilderImpl.eventProcessingPipeline
(String delegateExpression) OutboundChannelDefinitionBuilderImpl.OutboundEventProcessingPipelineBuilderImpl.jsonSerializer()
OutboundChannelDefinitionBuilderImpl.parentDeploymentId
(String parentDeploymentId) OutboundChannelDefinitionBuilderImpl.resourceName
(String resourceName) OutboundChannelDefinitionBuilderImpl.OutboundEventProcessingPipelineBuilderImpl.xmlSerializer()