Create a NATS-backed kkrpc transport.
The transport lazily connects, subscribes to a subject, publishes bus envelopes, and closes the subscription/connection on close(). It is bidirectional through NATS, callback-capable, and does not support transferables.
close()
Create a NATS-backed kkrpc transport.
The transport lazily connects, subscribes to a subject, publishes bus envelopes, and closes the subscription/connection on
close(). It is bidirectional through NATS, callback-capable, and does not support transferables.