Uses of Interface
org.flowable.eventregistry.api.model.InboundChannelModelBuilder
Packages that use InboundChannelModelBuilder
Package
Description
-
Uses of InboundChannelModelBuilder in org.flowable.eventregistry.api
Methods in org.flowable.eventregistry.api that return InboundChannelModelBuilder -
Uses of InboundChannelModelBuilder in org.flowable.eventregistry.api.model
Methods in org.flowable.eventregistry.api.model that return InboundChannelModelBuilderModifier and TypeMethodDescriptionSet the category for the channel deployment.InboundChannelModelBuilder.deploymentName(String deploymentName) Set the name for the channel deployment.InboundChannelModelBuilder.deploymentTenantId(String deploymentTenantId) Set the tenant id for the channel deployment.InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder.eventProcessingPipeline(String delegateExpression) Uses a delegate expression to determine the customInboundEventProcessingPipelineinstance.Each channel needs to have a unique key to identity it.InboundChannelModelBuilder.parentDeploymentId(String parentDeploymentId) Set the parent deployment id for the channel deployment.InboundChannelModelBuilder.resourceName(String resourceName) Set the resource name for the channel model.InboundChannelModelBuilder.InboundEventTransformerBuilder.transformer(String delegateExpression) -
Uses of InboundChannelModelBuilder in org.flowable.eventregistry.impl
Methods in org.flowable.eventregistry.impl that return InboundChannelModelBuilder -
Uses of InboundChannelModelBuilder in org.flowable.eventregistry.impl.model
Classes in org.flowable.eventregistry.impl.model that implement InboundChannelModelBuilderMethods in org.flowable.eventregistry.impl.model that return InboundChannelModelBuilderModifier and TypeMethodDescriptionInboundChannelDefinitionBuilderImpl.deploymentName(String deploymentName) InboundChannelDefinitionBuilderImpl.deploymentTenantId(String deploymentTenantId) InboundChannelDefinitionBuilderImpl.InboundEventProcessingPipelineBuilderImpl.eventProcessingPipeline(String delegateExpression) InboundChannelDefinitionBuilderImpl.parentDeploymentId(String parentDeploymentId) InboundChannelDefinitionBuilderImpl.resourceName(String resourceName) InboundChannelDefinitionBuilderImpl.InboundEventTransformerBuilderImpl.transformer(String delegateExpression)