Struct MessageBrokerClientBindingPublisherEvent
- Namespace
- LfrlAnvil.MessageBroker.Client.Events
- Assembly
- LfrlAnvil.MessageBroker.Client.dll
Represents an event emitted by MessageBrokerClient related to binding a publisher.
public readonly struct MessageBrokerClientBindingPublisherEvent
- Inherited Members
Properties
ChannelName
Channel's name.
public string ChannelName { get; }
Property Value
IsEphemeral
Specifies whether the publisher will be ephemeral.
public bool IsEphemeral { get; }
Property Value
Source
Event source.
public MessageBrokerClientEventSource Source { get; }
Property Value
StreamName
Stream's name.
public string StreamName { get; }
Property Value
Methods
ToString()
Returns a string representation of this MessageBrokerClientBindingPublisherEvent instance.
[Pure]
public override string ToString()
Returns
- string
String representation.