public static interface DMSEndpointBuilderFactory.DMSBuilders
| Modifier and Type | Method and Description |
|---|---|
default DMSEndpointBuilderFactory.DMSEndpointBuilder |
hwcloudDms(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:operation
Path parameter: operation (required)
Operation to be performed |
default DMSEndpointBuilderFactory.DMSEndpointBuilder |
hwcloudDms(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:operation
Path parameter: operation (required)
Operation to be performed |
default DMSEndpointBuilderFactory.DMSEndpointBuilder hwcloudDms(String path)
hwcloud-dms:operation
Path parameter: operation (required)
Operation to be performedpath - operationdefault DMSEndpointBuilderFactory.DMSEndpointBuilder hwcloudDms(String componentName, String path)
hwcloud-dms:operation
Path parameter: operation (required)
Operation to be performedcomponentName - to use a custom component name for the endpoint
instead of the default namepath - operationApache Camel