View Source Spear.PersistentSubscription.Info.ConnectionInfo (Spear v1.4.0)

A struct representing information pertaining to a connection established to a PersistentSubscription.

Link to this section Summary

Types

t()

Information for a connection to a persistent subscription.

Link to this section Types

@type t() :: %Spear.PersistentSubscription.Info.ConnectionInfo{
  available_slots: integer(),
  average_items_per_second: integer(),
  connection_name: String.t(),
  count_since_last_measurement: integer(),
  from: String.t(),
  in_flight_messages: integer(),
  observed_measurements: [
    Spear.PersistentSubscription.Info.ConnectionInfo.Measurement.t()
  ],
  total_items: integer(),
  username: String.t()
}

Information for a connection to a persistent subscription.

See the EventStoreDB documentation for more information