<- Adapters

NATS

experimentalnetwork

NATS messaging (pub/sub/request-reply) as governed capabilities

pip install chp-adapter-nats

Auto-discovered through the chp.adapters entry point — no host config needed.

Capabilities

What this adapter exposes.

list_subjectsv0.1.0

List known subjects in the NATS server.

chp.adapters.nats.list_subjects
publishv0.1.0

Publish a single message to a NATS subject. Message data never in evidence.

chp.adapters.nats.publish
publish_batchv0.1.0

Publish multiple NATS messages. Message data never in evidence.

chp.adapters.nats.publish_batch
requestv0.1.0

Send a request message and await a reply. Request and reply data never in evidence.

chp.adapters.nats.request
subscribe_snapshotv0.1.0

Snapshot of buffered messages for a subject pattern. Message data never in evidence.

chp.adapters.nats.subscribe_snapshot
See the full capability catalog →