Interface SnsEndpointBuilderFactory.SnsBuilders
-
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder
- Enclosing interface:
- SnsEndpointBuilderFactory
public static interface SnsEndpointBuilderFactory.SnsBuilders
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default SnsEndpointBuilderFactory.SnsEndpointBuilder
awsSns(String path)
AWS Simple Notification System (SNS) (camel-aws-sns) Send messages to an AWS Simple Notification Topic.default SnsEndpointBuilderFactory.SnsEndpointBuilder
awsSns(String componentName, String path)
AWS Simple Notification System (SNS) (camel-aws-sns) Send messages to an AWS Simple Notification Topic.
-
-
-
Method Detail
-
awsSns
default SnsEndpointBuilderFactory.SnsEndpointBuilder awsSns(String path)
AWS Simple Notification System (SNS) (camel-aws-sns) Send messages to an AWS Simple Notification Topic. Category: cloud,messaging,mobile Since: 2.8 Maven coordinates: org.apache.camel:camel-aws-sns Syntax:aws-sns:topicNameOrArn
Path parameter: topicNameOrArn (required) Topic name or ARN- Parameters:
path
- topicNameOrArn
-
awsSns
default SnsEndpointBuilderFactory.SnsEndpointBuilder awsSns(String componentName, String path)
AWS Simple Notification System (SNS) (camel-aws-sns) Send messages to an AWS Simple Notification Topic. Category: cloud,messaging,mobile Since: 2.8 Maven coordinates: org.apache.camel:camel-aws-sns Syntax:aws-sns:topicNameOrArn
Path parameter: topicNameOrArn (required) Topic name or ARN- Parameters:
componentName
- to use a custom component name for the endpoint instead of the default namepath
- topicNameOrArn
-
-