Class: ActiveRecordStreams::Publishers::SnsClient
- Inherits:
-
Object
- Object
- ActiveRecordStreams::Publishers::SnsClient
- Defined in:
- lib/active_record_streams/publishers/sns_client.rb
Instance Method Summary collapse
Instance Method Details
#publish(topic_arn, message, overrides = {}) ⇒ Object
8 9 10 11 12 13 14 |
# File 'lib/active_record_streams/publishers/sns_client.rb', line 8 def publish(topic_arn, , overrides = {}) client.publish( topic_arn: topic_arn, message: , **overrides ) end |