![]() |
![]() |
![]() |
libinfinity-0.3 Reference Manual | |
---|---|---|---|---|
InfCommunicationCentralMethodInfCommunicationCentralMethod — Relying group messages via the publisher |
#include <libinfinity/communication/inf-communication-central-method.h> InfCommunicationCentralMethod; struct InfCommunicationCentralMethodClass;
"group" InfCommunicationGroup* : Read / Write / Construct Only "registry" InfCommunicationRegistry* : Read / Write / Construct Only
InfCommunicationCentralMethod implements InfCommunicationMethod by relaying all messages via the group's publisher. If the connection to the publisher is lost, so is the connection to all other group members.
typedef struct _InfCommunicationCentralMethod InfCommunicationCentralMethod;
InfCommunicationCentralMethod is an opaque data type. You should only access it * via the public API functions.
"group"
property"group" InfCommunicationGroup* : Read / Write / Construct Only
The communication group for which to handle messages.
"registry"
property"registry" InfCommunicationRegistry* : Read / Write / Construct Only
The communication registry to register connections with.