public static interface SimpleNotificationEndpointBuilderFactory.SimpleNotificationBuilders
| Modifier and Type | Method and Description |
|---|---|
default SimpleNotificationEndpointBuilderFactory.SimpleNotificationEndpointBuilder |
hwcloudSmn(String path)
SimpleNotification (camel-huaweicloud-smn)
Huawei Cloud component to integrate with SimpleNotification services
Category: cloud,messaging
Since: 3.8
Maven coordinates: org.apache.camel:camel-huaweicloud-smn
Syntax:
hwcloud-smn:smnService
Path parameter: smnService (required)
Name of SMN service to invoke |
default SimpleNotificationEndpointBuilderFactory.SimpleNotificationEndpointBuilder |
hwcloudSmn(String componentName,
String path)
SimpleNotification (camel-huaweicloud-smn)
Huawei Cloud component to integrate with SimpleNotification services
Category: cloud,messaging
Since: 3.8
Maven coordinates: org.apache.camel:camel-huaweicloud-smn
Syntax:
hwcloud-smn:smnService
Path parameter: smnService (required)
Name of SMN service to invoke |
default SimpleNotificationEndpointBuilderFactory.SimpleNotificationEndpointBuilder hwcloudSmn(String path)
hwcloud-smn:smnService
Path parameter: smnService (required)
Name of SMN service to invokepath - smnServicedefault SimpleNotificationEndpointBuilderFactory.SimpleNotificationEndpointBuilder hwcloudSmn(String componentName, String path)
hwcloud-smn:smnService
Path parameter: smnService (required)
Name of SMN service to invokecomponentName - to use a custom component name for the endpoint
instead of the default namepath - smnServiceApache Camel