struct Nats::Ack
- Nats::Ack
- Struct
- Value
- Object
Included Modules
Defined in:
protobufs/protocol.pb.crConstant Summary
-
FIELDS =
{1 => {name: :subject, pb_type: :string, crystal_type: String, cast_type: String?, native: true, optional: true, repeated: false, default: nil, packed: false}, 2 => {name: :sequence, pb_type: :uint64, crystal_type: UInt64, cast_type: UInt64?, native: true, optional: true, repeated: false, default: nil, packed: false}} of Int32 => HashLiteral(Symbol, ASTNode)
Constructors
Class Method Summary
Instance Method Summary
- #[](key : String)
- #sequence : UInt64 | Nil
- #sequence=(sequence : UInt64 | Nil)
- #subject : String | Nil
- #subject=(subject : String | Nil)
- #to_protobuf(io : IO, embedded = false)
- #to_protobuf