Interface RequestFrame

All Superinterfaces:
Frame
All Known Implementing Classes:
BareSaslRequest, DecodedRequestFrame, InternalRequestFrame, OpaqueRequestFrame

public interface RequestFrame extends Frame
  • Method Details

    • decodeResponse

      boolean decodeResponse()
      Whether the response to this request should be decoded.
      Returns:
      Whether the response to this request should be decoded.
    • hasResponse

      default boolean hasResponse()
      Whether the Kafka Client expects a response to this request
      Returns:
      Whether the Kafka Client expects a response to this request