kafka-interchange-0.2.0.0: Serialization for kafka wire protocol
Safe HaskellSafe-Inferred
LanguageHaskell2010

Kafka.ApiKey

Contents

Synopsis

Type

newtype ApiKey Source #

An ApiKey. This is given its own type because it improves a lot of derived Show instances and because it makes several type signatures more clear.

Constructors

ApiKey Int16 

Instances

Instances details
Show ApiKey Source # 
Instance details

Defined in Kafka.ApiKey

Eq ApiKey Source # 
Instance details

Defined in Kafka.ApiKey

Methods

(==) :: ApiKey -> ApiKey -> Bool #

(/=) :: ApiKey -> ApiKey -> Bool #

Patterns

pattern Produce :: ApiKey Source #

pattern Fetch :: ApiKey Source #

pattern Metadata :: ApiKey Source #

pattern EndTxn :: ApiKey Source #