PubAck
nats.js.api.PubAck
dataclass
#
Bases: Base
PubAck is the response of publishing a message to JetStream.
from_response
classmethod
#
Read the class instance from a server response.
Unknown fields are ignored ("open-world assumption").
Source code in nats/js/api.py
evolve
#
as_dict
#
Return the object converted into an API-friendly dict.