Module core

Expand description

Core communication interfaces and base implementations

Modules§

base_router
Base router implementations and utilities
interfaces
Core communication interfaces
simple_components
Simple communication component implementations

Structs§

BaseRouter
Base router implementation that can be extended by specific router types
CommunicationInterface
Unified communication interface that provides all communication components through a single configuration-based interface
SimpleMessageRouter
Simple message router implementation
SimplePublisher
Simple publisher implementation
SimpleRequestResponse
Simple request-response implementation
SimpleSubscriber
Simple subscriber implementation
SimpleSubscriptionManager
Simple subscription manager implementation