Interface CwEndpointBuilderFactory.CwBuilders
-
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
- Enclosing interface:
- CwEndpointBuilderFactory
public static interface CwEndpointBuilderFactory.CwBuilders
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
awsCw
default CwEndpointBuilderFactory.CwEndpointBuilder awsCw(String path)
AWS CloudWatch (camel-aws-cw) Send metrics to AWS CloudWatch. Category: cloud,monitoring Since: 2.11 Maven coordinates: org.apache.camel:camel-aws-cw Syntax:aws-cw:namespace
Path parameter: namespace (required) The metric namespace- Parameters:
path
- namespace
-
awsCw
default CwEndpointBuilderFactory.CwEndpointBuilder awsCw(String componentName, String path)
AWS CloudWatch (camel-aws-cw) Send metrics to AWS CloudWatch. Category: cloud,monitoring Since: 2.11 Maven coordinates: org.apache.camel:camel-aws-cw Syntax:aws-cw:namespace
Path parameter: namespace (required) The metric namespace- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- namespace
-
-