| Package | Description |
|---|---|
| org.flowable.eventregistry.api | |
| org.flowable.eventregistry.api.model | |
| org.flowable.eventregistry.impl | |
| org.flowable.eventregistry.impl.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.
|
| Modifier and Type | Method and Description |
|---|---|
OutboundChannelModelBuilder |
EventRepositoryServiceImpl.createOutboundChannelModelBuilder() |
| Modifier and Type | Class and Description |
|---|---|
class |
OutboundChannelDefinitionBuilderImpl |
| Modifier and Type | Method and Description |
|---|---|
OutboundChannelModelBuilder |
OutboundChannelDefinitionBuilderImpl.category(String category) |
OutboundChannelModelBuilder |
OutboundChannelDefinitionBuilderImpl.OutboundEventProcessingPipelineBuilderImpl.delegateExpressionSerializer(String delegateExpression) |
OutboundChannelModelBuilder |
OutboundChannelDefinitionBuilderImpl.deploymentName(String deploymentName) |
OutboundChannelModelBuilder |
OutboundChannelDefinitionBuilderImpl.deploymentTenantId(String deploymentTenantId) |
OutboundChannelModelBuilder |
OutboundChannelDefinitionBuilderImpl.OutboundEventProcessingPipelineBuilderImpl.eventProcessingPipeline(String delegateExpression) |
OutboundChannelModelBuilder |
OutboundChannelDefinitionBuilderImpl.OutboundEventProcessingPipelineBuilderImpl.jsonSerializer() |
OutboundChannelModelBuilder |
OutboundChannelDefinitionBuilderImpl.key(String key) |
OutboundChannelModelBuilder |
OutboundChannelDefinitionBuilderImpl.parentDeploymentId(String parentDeploymentId) |
OutboundChannelModelBuilder |
OutboundChannelDefinitionBuilderImpl.resourceName(String resourceName) |
OutboundChannelModelBuilder |
OutboundChannelDefinitionBuilderImpl.OutboundEventProcessingPipelineBuilderImpl.xmlSerializer() |
Copyright © 2023 Flowable. All rights reserved.