Kolt v0.1.0 Kolt.Monitor.Metadata View Source

Link to this section Summary

Link to this section Types

Link to this type

endpoint() View Source
endpoint() :: {charlist(), integer()}

Link to this type

t() View Source
t() :: %Kolt.Monitor.Metadata{
  client: atom(),
  endpoints: [endpoint()],
  partition: integer(),
  topic: String.t()
}