Implement a RouterSession class that derives from internal::Session and implements the broker/dealer roles according to the basic spec. The RouterSession instances would share information with a common RouterRealm class.
Reading configuration parameters and providing a meta-API should be provided in separate router application classes.
Implement a
RouterSessionclass that derives frominternal::Sessionand implements the broker/dealer roles according to the basic spec. TheRouterSessioninstances would share information with a commonRouterRealmclass.Reading configuration parameters and providing a meta-API should be provided in separate router application classes.