Module: KubeMQ::RequestType Private

Defined in:
lib/kubemq/types.rb

Overview

This module is part of a private API. You should avoid using this module if possible, as it may be removed or be changed in the future.

Numeric request type identifiers for the CQ (commands/queries) pattern.

Mapped to the protobuf Request.RequestTypeData enum.

Constant Summary collapse

UNKNOWN =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

Unspecified request type.

0
COMMAND =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

A command (fire-and-confirm) request.

1
QUERY =

This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.

A query (request/response with data) request.

2