View Source KafkaEx.Protocol.Kayrock.ListGroups.Request protocol (kafka_ex v1.1.0)

This protocol is used to build List Groups requests.

ListGroups carries no request fields at any version, so every implementation returns the request template unchanged. The opts argument is accepted for signature parity with other operations.

All known versions (V0-V3) have explicit implementations. The Any fallback handles unknown future versions.

Summary

Types

t()

All the types that implement this protocol.

Types

@type t() :: term()

All the types that implement this protocol.

Functions

Link to this function

build_request(request, opts)

View Source
@spec build_request(t(), Keyword.t()) :: t()