Factory class that create brokers/servers and clients. More...
#include <businterfacefactory.h>
Static Public Member Functions | |
static std::unique_ptr< IBusMessageBroker > | CreateBroker (BrokerType type) |
Create a broker/server or client. |
The bus interface factory creates brokers, servers and clients.
|
static |
Creates a broker object and returns a generic broker interface.
type | Type of broker/server or client to create. |