Functions§
- check_
messages_ uniqueness unstable - Checks that all messages are unique by
(protocol, name)pair. If there are duplicates, returns an error. - check_
only - Starts node in “check only” mode. Entrypoints are started, then the system is immediately gracefully terminated.
- start
- Starts a node with the provided topology.
- try_
start - The same as
start(), but returns an error rather than panics.