Sha256: 0c756d314b1edae497c5775208e821d2be5d415a38708f4b92b0311a2597456d

Contents?: true

Size: 434 Bytes

Versions: 6

Compression:

Stored size: 434 Bytes

Contents

require 'qwirk/adapter/in_memory/factory'
require 'qwirk/adapter/in_memory/publisher'
require 'qwirk/adapter/in_memory/queue'
require 'qwirk/adapter/in_memory/reply_queue'
require 'qwirk/adapter/in_memory/topic'
require 'qwirk/adapter/in_memory/worker_config'
require 'qwirk/adapter/in_memory/worker'

::Qwirk.register_adapter(
    :in_memory,
    ::Qwirk::Adapter::InMemory::Publisher,
    ::Qwirk::Adapter::InMemory::WorkerConfig
)

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
qwirk-0.2.4 lib/qwirk/adapter/in_memory.rb
qwirk-0.2.3 lib/qwirk/adapter/in_memory.rb
qwirk-0.2.2 lib/qwirk/adapter/in_memory.rb
qwirk-0.2.1 lib/qwirk/adapter/in_memory.rb
qwirk-0.2.0 lib/qwirk/adapter/in_memory.rb
qwirk-0.1.0 lib/qwirk/adapter/in_memory.rb