Class: EventStoreClient::HTTP::Commands::Command
- Inherits:
-
Object
- Object
- EventStoreClient::HTTP::Commands::Command
- Defined in:
- lib/event_store_client/adapters/http/commands/command.rb
Direct Known Subclasses
PersistentSubscriptions::Ack, PersistentSubscriptions::Create, PersistentSubscriptions::Read, Projections::Create, Projections::Update, Streams::Append, Streams::Delete, Streams::LinkTo, Streams::Read, Streams::Tombstone
Class Method Summary collapse
Class Method Details
.inherited(klass) ⇒ Object
10 11 12 13 14 15 |
# File 'lib/event_store_client/adapters/http/commands/command.rb', line 10 def self.inherited(klass) super klass.class_eval do include Dry::Monads[:result] end end |