Interface Sns2EndpointBuilderFactory.Sns2Builders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
Sns2EndpointBuilderFactory

public static interface Sns2EndpointBuilderFactory.Sns2Builders
  • Method Details

    • aws2Sns

      AWS Simple Notification System (SNS) (camel-aws2-sns) Send messages to AWS Simple Notification Topic. Category: cloud,messaging,mobile Since: 3.1 Maven coordinates: org.apache.camel:camel-aws2-sns
      Returns:
      the dsl builder for the headers' name.
    • aws2Sns

      AWS Simple Notification System (SNS) (camel-aws2-sns) Send messages to AWS Simple Notification Topic. Category: cloud,messaging,mobile Since: 3.1 Maven coordinates: org.apache.camel:camel-aws2-sns Syntax: aws2-sns:topicNameOrArn Path parameter: topicNameOrArn (required) Topic name or ARN
      Parameters:
      path - topicNameOrArn
      Returns:
      the dsl builder
    • aws2Sns

      default Sns2EndpointBuilderFactory.Sns2EndpointBuilder aws2Sns(String componentName, String path)
      AWS Simple Notification System (SNS) (camel-aws2-sns) Send messages to AWS Simple Notification Topic. Category: cloud,messaging,mobile Since: 3.1 Maven coordinates: org.apache.camel:camel-aws2-sns Syntax: aws2-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
      Returns:
      the dsl builder