Struct MessageBrokerClientPublisherBoundEvent
- Namespace
- LfrlAnvil.MessageBroker.Client.Events
- Assembly
- LfrlAnvil.MessageBroker.Client.dll
Represents an event emitted by MessageBrokerClient related to a publisher being successfully bound.
public readonly struct MessageBrokerClientPublisherBoundEvent
- Inherited Members
Properties
ChannelCreated
Specifies whether a new channel has been created by the server.
public bool ChannelCreated { get; }
Property Value
Publisher
MessageBrokerPublisher related to this event.
public MessageBrokerPublisher Publisher { get; }
Property Value
Source
Event source.
public MessageBrokerClientEventSource Source { get; }
Property Value
StreamCreated
Specifies whether a new stream has been created by the server.
public bool StreamCreated { get; }
Property Value
Methods
ToString()
Returns a string representation of this MessageBrokerClientPublisherBoundEvent instance.
[Pure]
public override string ToString()
Returns
- string
String representation.