Namespace LfrlAnvil.MessageBroker.Client.Events
Structs
- MessageBrokerClientAcknowledgingMessageEvent
Represents an event emitted by MessageBrokerClient related to sending message notification ACK to the server.
- MessageBrokerClientAwaitPacketEvent
Represents an event emitted by MessageBrokerClient related to waiting for a network packet to arrive from the server.
- MessageBrokerClientBindingListenerEvent
Represents an event emitted by MessageBrokerClient related to binding a listener.
- MessageBrokerClientBindingPublisherEvent
Represents an event emitted by MessageBrokerClient related to binding a publisher.
- MessageBrokerClientConnectedEvent
Represents an event emitted by MessageBrokerClient after connection to the server has been established.
- MessageBrokerClientConnectingEvent
Represents an event emitted by MessageBrokerClient when attempting to connect to the server.
- MessageBrokerClientDeadLetterQueriedEvent
Represents an event emitted by MessageBrokerClient related to dead letter query result.
- MessageBrokerClientDisposedEvent
Represents an event emitted by MessageBrokerClient when it's disposed.
- MessageBrokerClientDisposingEvent
Represents an event emitted by MessageBrokerClient when it's started to be disposed.
- MessageBrokerClientErrorEvent
Represents an event emitted by MessageBrokerClient due to an error.
- MessageBrokerClientEventSource
Represents a source of an event emitted by MessageBrokerClient.
- MessageBrokerClientHandshakeEstablishedEvent
Represents an event emitted by MessageBrokerClient after the handshake with the server has been established.
- MessageBrokerClientHandshakingEvent
Represents an event emitted by MessageBrokerClient when attempting to perform a handshake with the server.
- MessageBrokerClientListenerBoundEvent
Represents an event emitted by MessageBrokerClient related to a listener being successfully bound.
- MessageBrokerClientListenerDeletedEvent
Represents an event emitted by MessageBrokerClient related to being notified by the server that a listener deletion occurred.
- MessageBrokerClientListenerUnboundEvent
Represents an event emitted by MessageBrokerClient related to a listener being successfully unbound.
- MessageBrokerClientLogger
Represents a collection of event callbacks for events emitted by a MessageBrokerClient.
- MessageBrokerClientMessageAcknowledgedEvent
Represents an event emitted by MessageBrokerClient after message notification ACK has been sent to the server.
- MessageBrokerClientMessageProcessedEvent
Represents an event emitted by MessageBrokerClient when message notification received from the server has been processed successfully.
- MessageBrokerClientMessagePushedEvent
Represents an event emitted by MessageBrokerClient after a message has been pushed to the server successfully.
- MessageBrokerClientProcessingMessageEvent
Represents an event emitted by MessageBrokerClient when attempting to process received message notification from the server.
- MessageBrokerClientProcessingSystemNotificationEvent
Represents an event emitted by MessageBrokerClient when attempting to process received system notification from the server.
- MessageBrokerClientPublisherBoundEvent
Represents an event emitted by MessageBrokerClient related to a publisher being successfully bound.
- MessageBrokerClientPublisherDeletedEvent
Represents an event emitted by MessageBrokerClient related to being notified by the server that a publisher deletion occurred.
- MessageBrokerClientPublisherUnboundEvent
Represents an event emitted by MessageBrokerClient related to a publisher being successfully unbound.
- MessageBrokerClientPushingMessageEvent
Represents an event emitted by MessageBrokerClient when attempting to push a message to the server.
- MessageBrokerClientQueryingDeadLetterEvent
Represents an event emitted by MessageBrokerClient related to querying dead letter.
- MessageBrokerClientReadPacket
Represents a network packet header received by MessageBrokerClient.
- MessageBrokerClientReadPacketEvent
Represents an event emitted by MessageBrokerClient related to reading a network packet from the server.
- MessageBrokerClientSendPacket
Represents a network packet header sent by MessageBrokerClient.
- MessageBrokerClientSendPacketEvent
Represents an event emitted by MessageBrokerClient related to sending a network packet to the server.
- MessageBrokerClientSenderNameProcessedEvent
Represents an event emitted by MessageBrokerClient after successfully processing system notification of SenderName type.
- MessageBrokerClientStreamNameProcessedEvent
Represents an event emitted by MessageBrokerClient after successfully processing system notification of StreamName type.
- MessageBrokerClientTraceEvent
Represents an event emitted by MessageBrokerClient due to an operation trace starting or ending.
- MessageBrokerClientUnbindingListenerEvent
Represents an event emitted by MessageBrokerClient related to unbinding a listener.
- MessageBrokerClientUnbindingPublisherEvent
Represents an event emitted by MessageBrokerClient related to unbinding a publisher.
Enums
- MessageBrokerClientEndpoint
Defines endpoints acceptable by message broker client.
- MessageBrokerClientReadPacketEventType
Represents the type of a MessageBrokerClientReadPacketEvent.
- MessageBrokerClientSendPacketEventType
Represents the type of a MessageBrokerClientSendPacketEvent.
- MessageBrokerClientTraceEventType
Represents the type of a MessageBrokerClientTraceEvent.
- MessageBrokerServerEndpoint
Defines endpoints acceptable by message broker server.
- MessageBrokerSystemNotificationType
Defines system notification types sent by message broker servers to clients.