public static interface CwEndpointBuilderFactory.CwBuilders
| Modifier and Type | Method and Description |
|---|---|
default CwEndpointBuilderFactory.CwEndpointBuilder |
awsCw(String path)
AWS CloudWatch (camel-aws-cw)
Send metrics to AWS CloudWatch.
|
default CwEndpointBuilderFactory.CwEndpointBuilder |
awsCw(String componentName,
String path)
AWS CloudWatch (camel-aws-cw)
Send metrics to AWS CloudWatch.
|
default CwEndpointBuilderFactory.CwEndpointBuilder awsCw(String path)
aws-cw:namespace
Path parameter: namespace (required)
The metric namespacepath - namespacedefault CwEndpointBuilderFactory.CwEndpointBuilder awsCw(String componentName, String path)
aws-cw:namespace
Path parameter: namespace (required)
The metric namespacecomponentName - to use a custom component name for the endpoint
instead of the default namepath - namespaceApache Camel