::
topology
¶This class is meant to store and manimulate topology representations, in order to help services dynamically know which endpoints to bind or contact.
Public Functions
Public Members
::
jservice_class_
¶service_class struc allows to describe a full service class, with all its binding, connections and callback fucntions.
Public Members
namespace_
¶Namespace of the service class.
bindings
¶List of bindings the service class must create.
connections
¶List of connections to remote endpoints a service class must establish.
receive_callbacks
¶List of [connection, callback] attacchements, which declare how to process messages.
ml_callbacks
¶List of callbacks to run inside the service main loop.