Class: EventStoreClient::GRPC::Commands::Gossip::ClusterInfo

Inherits:
Command
  • Object
show all
Defined in:
lib/event_store_client/adapters/grpc/commands/gossip/cluster_info.rb

Instance Method Summary collapse

Methods inherited from Command

#connection_options, #initialize, #metadata, #request, #service, use_request, use_service

Constructor Details

This class inherits a constructor from EventStoreClient::GRPC::Commands::Command

Instance Method Details

#callObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

See Also:

  • EventStoreClient::GRPC::Commands::Gossip::ClusterInfo.{EventStoreClient{EventStoreClient::GRPC{EventStoreClient::GRPC::Client{EventStoreClient::GRPC::Client#cluster_info}


13
14
15
# File 'lib/event_store_client/adapters/grpc/commands/gossip/cluster_info.rb', line 13

def call
  retry_request { service.read(request.new, metadata: ) }
end