lib/propono/components/client.rb in propono-2.0.0.rc2 vs lib/propono/components/client.rb in propono-2.0.0.rc3
- old
+ new
@@ -49,10 +49,10 @@
Publisher.publish(aws_client, config, suffixed_topic, message, options)
end
# Creates a new SNS-SQS subscription on the specified topic.
#
- # This is implicitly called by {#listen_to_queue}.
+ # This is implicitly called by {#listen}.
#
# @param [String] topic The name of the topic to subscribe to.
def subscribe(topic)
QueueSubscription.create(aws_client, config, topic)
end