ores.cpp.nats-handler
Table of Contents
This page is the node for the ores.cpp.nats-handler facet of the codegen
template library, part of the ores.cpp technical space. Each archetype
below is documented, and holds its mustache source, in its own
linked page — this page is the facet-level summary and the routing
table to them.
Summary
One template: the subject-handler skeleton dispatching an entity's
protocol messages to its service. nats-handler profile.
The ores.cpp.nats-handler facet
The dispatch point of the entity's NATS surface: receives ores.cpp.protocol messages on the entity's subjects and routes them to ores.cpp.service. Wired to its subjects by ores.cpp.nats-sub-registrar; the component-side host that runs the handler lives in ores.cpp.service-app.
Archetypes
| Archetype | Description |
|---|---|
| ores.cpp.nats-handler.nats_handler_header | Subject handler skeleton dispatching protocol messages to the entity service. nats-handler profile. |
See also
- ores.cpp — the parent technical space's generated facet/archetype catalogue and shared Mustache conventions.
- C++ Technical Space — the domain-concept overview of this technical space.
- Codegen template library — the groups overview.