Show / Hide Table of Contents

Namespace DotNext.Net.Cluster.Messaging

Classes

BinaryMessage

Represents binary message.

Messenger

Represents helper methods allow to communicate with remove cluster members through network.

StreamMessage

Represents message which content is represented by .

TextMessage

Represents text message.

Interfaces

IDisposableMessage

Represents a message that should be disposed when no longer needed.

IMessage

Represents message that can be transferred between cluster nodes.

IMessageBus

Specifies a cloud of nodes that can communicate with each other through the network.

IMessageHandler

Represents incoming message handler that can be registered in DI container.

ISubscriber

Represents cluster member that supports messaging.

Delegates

MessageReader<T>

Represents asynchronous message reader.

Back to top Generated by DocFX