Class: Deimos::Backends::Db
Overview
Backend which saves messages to the database instead of immediately sending them.
Class Method Summary collapse
-
.execute ⇒ void
:nodoc:.
-
.partition_key_for ⇒ String
@param
message.
Methods inherited from Base
Class Method Details
.execute ⇒ void
This method returns an undefined value.
:nodoc:
243 |
# File 'sig/defs.rbs', line 243
def self.execute: (producer_class: singleton(Deimos::Producer), messages: ::Array[Deimos::Message]) -> void
|
.partition_key_for ⇒ String
@param message
@return — the partition key to use for this message
248 |
# File 'sig/defs.rbs', line 248
def self.partition_key_for: (Deimos::Message message) -> String
|