Table of Contents

Enum MessageBrokerPublisherState

Namespace
LfrlAnvil.MessageBroker.Client
Assembly
LfrlAnvil.MessageBroker.Client.dll

Defines possible MessageBrokerPublisher states.

public enum MessageBrokerPublisherState : byte

Fields

Bound = 0

Specifies that the publisher is bound to the channel and allows to publish messages.

Disposed = 2

Specifies that the publisher has been disposed.

Disposing = 1

Specifies the publisher is currently being disposed.