Table of Contents

Struct MessageBrokerRemoteClientRoutingEnqueuedEvent

Namespace
LfrlAnvil.MessageBroker.Server.Events
Assembly
LfrlAnvil.MessageBroker.Server.dll

Represents an event emitted by MessageBrokerRemoteClient when next message routing has been enqueued successfully.

public readonly struct MessageBrokerRemoteClientRoutingEnqueuedEvent
Inherited Members

Properties

Source

Event source.

public MessageBrokerRemoteClientEventSource Source { get; }

Property Value

MessageBrokerRemoteClientEventSource

TargetCount

Number of target clients.

public int TargetCount { get; }

Property Value

int

ValidTargetCount

Number of found valid target clients.

public int ValidTargetCount { get; }

Property Value

int

Methods

ToString()

Returns a string representation of this MessageBrokerRemoteClientRoutingEnqueuedEvent instance.

[Pure]
public override string ToString()

Returns

string

String representation.