# Packages
No description provided by the author
# Functions
No description provided by the author
NewChannelDemultiplexer creates a new ChannelDeMultiplexer.
NewCommInstance creates a new comm instance that binds itself to the given gRPC server.
NewCommInstanceWithServer creates a comm instance that creates an underlying gRPC server.
SetDialTimeout sets the dial timeout.
# Structs
ChannelDeMultiplexer is a struct that can receive channel registrations (AddChannel) and publications (DeMultiplex) and it broadcasts the publications to registrations according to their predicate.
ReceivedMessageImpl is an implementation of ReceivedMessage.
RemotePeer defines a peer's endpoint and its PKIid.
SendResult defines a result of a send to a remote peer.
# Interfaces
Comm is an object that enables to communicate with other peers that also embed a CommModule.
# Type aliases
AggregatedSendResult represents a slice of SendResults.