Type Aliases#
These are the user-facing type aliases. Use these types instead of the internal Basic* templates when declaring variables.
| Alias | Defined As | Description |
|---|---|---|
agnocast::Service<ServiceT> |
agnocast::BasicService<ServiceT> |
The user-facing Agnocast service server. Alias for BasicService |