All Downloads are FREE. Search and download functionalities are using the official Maven repository.

backbone.publisher.PublisherSettings.scala Maven / Gradle / Ivy

package backbone.publisher

object PublisherSettings {

  def create(topicArn: String): PublisherSettings = PublisherSettings(topicArn)

}

/**
 *
 * @param topicArn the AWS topic ARN to publish to
 */
case class PublisherSettings(topicArn: String)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy