View Source Spear.SupportedRpc (Spear v1.4.0)

A struct representing supported RPC in the currently connected EventStoreDB

This structure is returned by Spear.get_supported_rpcs/2.

Link to this section Summary

Types

t()

A struct representing a feature implemented by the currently connected EventStoreDB version

Link to this section Types

@type t() :: %Spear.SupportedRpc{
  features: [String.t()],
  rpc: String.t(),
  service: String.t()
}

A struct representing a feature implemented by the currently connected EventStoreDB version

See Spear.get_supported_rpcs/2 for more information.