| Package | Description |
|---|---|
| org.flowable.eventregistry.api | |
| org.flowable.eventregistry.api.model |
| Modifier and Type | Method and Description |
|---|---|
OutboundChannelModelBuilder |
EventRepositoryService.createOutboundChannelModelBuilder() |
| Modifier and Type | Method and Description |
|---|---|
OutboundChannelModelBuilder |
OutboundChannelModelBuilder.category(String category)
Set the category for the channel deployment.
|
OutboundChannelModelBuilder |
OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder.delegateExpressionSerializer(String delegateExpression)
Uses a delegate expression to serialize the event.
|
OutboundChannelModelBuilder |
OutboundChannelModelBuilder.deploymentName(String deploymentName)
Set the name for the channel deployment.
|
OutboundChannelModelBuilder |
OutboundChannelModelBuilder.deploymentTenantId(String deploymentTenantId)
Set the tenant id for the channel deployment.
|
OutboundChannelModelBuilder |
OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder.eventProcessingPipeline(String delegateExpression)
Uses a delegate expression to determine the custom
OutboundEventProcessingPipeline instance. |
OutboundChannelModelBuilder |
OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder.jsonSerializer()
Serializes the event to JSON.
|
OutboundChannelModelBuilder |
OutboundChannelModelBuilder.key(String key)
Each channel needs to have a unique key to identity it.
|
OutboundChannelModelBuilder |
OutboundChannelModelBuilder.parentDeploymentId(String parentDeploymentId)
Set the parent deployment id for the channel deployment.
|
OutboundChannelModelBuilder |
OutboundChannelModelBuilder.resourceName(String resourceName)
Set the resource name for the channel model.
|
OutboundChannelModelBuilder |
OutboundChannelModelBuilder.OutboundEventProcessingPipelineBuilder.xmlSerializer()
Serializes the event to XML.
|
Copyright © 2022 Flowable. All rights reserved.