object SnsPublisher
- Alphabetic
- By Inheritance
- SnsPublisher
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- def createFlow(topicArn: String, snsClient: SnsAsyncClient): Flow[String, PublishResponse, NotUsed]
creates a Flow to publish messages to a SNS topic using an SnsAsyncClient
- def createFlow(topicArn: String, settings: SnsPublishSettings, snsClient: SnsAsyncClient): Flow[String, PublishResponse, NotUsed]
creates a Flow to publish messages to a SNS topic using an SnsAsyncClient
- def createPublishFlow(snsClient: SnsAsyncClient): Flow[PublishRequest, PublishResponse, NotUsed]
creates a Flow to publish messages to a SNS topics based on the message topic arn using an SnsAsyncClient
- def createPublishFlow(settings: SnsPublishSettings, snsClient: SnsAsyncClient): Flow[PublishRequest, PublishResponse, NotUsed]
creates a Flow to publish messages to a SNS topics based on the message topic arn using an SnsAsyncClient
- def createPublishFlow(topicArn: String, snsClient: SnsAsyncClient): Flow[PublishRequest, PublishResponse, NotUsed]
creates a Flow to publish messages to a SNS topic using an SnsAsyncClient
- def createPublishFlow(topicArn: String, settings: SnsPublishSettings, snsClient: SnsAsyncClient): Flow[PublishRequest, PublishResponse, NotUsed]
creates a Flow to publish messages to a SNS topic using an SnsAsyncClient
- def createPublishSink(snsClient: SnsAsyncClient): Sink[PublishRequest, CompletionStage[Done]]
creates a Sink to publish messages to a SNS topics based on the message topic arn using an SnsAsyncClient
- def createPublishSink(settings: SnsPublishSettings, snsClient: SnsAsyncClient): Sink[PublishRequest, CompletionStage[Done]]
creates a Sink to publish messages to a SNS topics based on the message topic arn using an SnsAsyncClient
- def createPublishSink(topicArn: String, snsClient: SnsAsyncClient): Sink[PublishRequest, CompletionStage[Done]]
creates a Sink to publish messages to a SNS topic using an SnsAsyncClient
- def createPublishSink(topicArn: String, settings: SnsPublishSettings, snsClient: SnsAsyncClient): Sink[PublishRequest, CompletionStage[Done]]
creates a Sink to publish messages to a SNS topic using an SnsAsyncClient
- def createSink(topicArn: String, snsClient: SnsAsyncClient): Sink[String, CompletionStage[Done]]
creates a Sink to publish messages to a SNS topic using an SnsAsyncClient
- def createSink(topicArn: String, settings: SnsPublishSettings, snsClient: SnsAsyncClient): Sink[String, CompletionStage[Done]]
creates a Sink to publish messages to a SNS topic using an SnsAsyncClient