| Package | Description |
|---|---|
| org.flowable.eventregistry.api | |
| org.flowable.eventregistry.api.model |
| Modifier and Type | Method and Description |
|---|---|
InboundChannelModelBuilder |
EventRepositoryService.createInboundChannelModelBuilder() |
| Modifier and Type | Method and Description |
|---|---|
InboundChannelModelBuilder |
InboundChannelModelBuilder.category(String category)
Set the category for the channel deployment.
|
InboundChannelModelBuilder |
InboundChannelModelBuilder.deploymentName(String deploymentName)
Set the name for the channel deployment.
|
InboundChannelModelBuilder |
InboundChannelModelBuilder.deploymentTenantId(String deploymentTenantId)
Set the tenant id for the channel deployment.
|
InboundChannelModelBuilder |
InboundChannelModelBuilder.InboundEventProcessingPipelineBuilder.eventProcessingPipeline(String delegateExpression)
Uses a delegate expression to determine the custom
InboundEventProcessingPipeline instance. |
InboundChannelModelBuilder |
InboundChannelModelBuilder.key(String key)
Each channel needs to have a unique key to identity it.
|
InboundChannelModelBuilder |
InboundChannelModelBuilder.parentDeploymentId(String parentDeploymentId)
Set the parent deployment id for the channel deployment.
|
InboundChannelModelBuilder |
InboundChannelModelBuilder.resourceName(String resourceName)
Set the resource name for the channel model.
|
InboundChannelModelBuilder |
InboundChannelModelBuilder.InboundEventTransformerBuilder.transformer(String delegateExpression) |
Copyright © 2022 Flowable. All rights reserved.