Interface SnsEndpointBuilderFactory.SnsBuilders

    • 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 name
        path - topicNameOrArn