Interface DMSEndpointBuilderFactory.DMSBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
- DMSEndpointBuilderFactory
public static interface DMSEndpointBuilderFactory.DMSBuilders
-
Method Summary
Modifier and TypeMethodDescriptionhwcloudDms(String path) Huawei Distributed Message Service (DMS) (camel-huaweicloud-dms) To integrate with a fully managed, high-performance message queuing service on Huawei Cloud Category: cloud Since: 3.12 Maven coordinates: org.apache.camel:camel-huaweicloud-dms Syntax:hwcloud-dms:operationPath parameter: operation (required) Operation to be performedhwcloudDms(String componentName, String path) Huawei Distributed Message Service (DMS) (camel-huaweicloud-dms) To integrate with a fully managed, high-performance message queuing service on Huawei Cloud Category: cloud Since: 3.12 Maven coordinates: org.apache.camel:camel-huaweicloud-dms Syntax:hwcloud-dms:operationPath parameter: operation (required) Operation to be performed
-
Method Details
-
hwcloudDms
Huawei Distributed Message Service (DMS) (camel-huaweicloud-dms) To integrate with a fully managed, high-performance message queuing service on Huawei Cloud Category: cloud Since: 3.12 Maven coordinates: org.apache.camel:camel-huaweicloud-dms Syntax:hwcloud-dms:operationPath parameter: operation (required) Operation to be performed- Parameters:
path- operation- Returns:
- the dsl builder
-
hwcloudDms
Huawei Distributed Message Service (DMS) (camel-huaweicloud-dms) To integrate with a fully managed, high-performance message queuing service on Huawei Cloud Category: cloud Since: 3.12 Maven coordinates: org.apache.camel:camel-huaweicloud-dms Syntax:hwcloud-dms:operationPath parameter: operation (required) Operation to be performed- Parameters:
componentName- to use a custom component name for the endpoint instead of the default namepath- operation- Returns:
- the dsl builder
-