Struct MessageBrokerStreamPublisherBoundEvent
- Namespace
- LfrlAnvil.MessageBroker.Server.Events
- Assembly
- LfrlAnvil.MessageBroker.Server.dll
Represents an event emitted by MessageBrokerStream related to a publisher being successfully bound.
public readonly struct MessageBrokerStreamPublisherBoundEvent
- Inherited Members
Properties
ChannelCreated
Specifies whether creation of the channel bound to the Publisher was part of the binding operation.
public bool ChannelCreated { get; }
Property Value
Publisher
Bound publisher.
public MessageBrokerChannelPublisherBinding Publisher { get; }
Property Value
Reactivated
Specifies whether the Publisher existed and was reactivated.
public bool Reactivated { get; }
Property Value
Source
Event source.
public MessageBrokerStreamEventSource Source { get; }
Property Value
Methods
ToString()
Returns a string representation of this MessageBrokerStreamPublisherBoundEvent instance.
[Pure]
public override string ToString()
Returns
- string
String representation.