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