Class CustomerQuittingTableEventHandler
Namespace: Ordering.Domain.Aggregates.Customer.Events
Assembly: Ordering.Domain.dll
public sealed class CustomerQuittingTableEventHandler : INotificationHandler<CustomerQuittingTableEvent>
Inheritance
object ← CustomerQuittingTableEventHandler
Implements
INotificationHandler<CustomerQuittingTableEvent\>
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Constructors
CustomerQuittingTableEventHandler\(IWebSocketService\)
public CustomerQuittingTableEventHandler(IWebSocketService webSocketService)
Parameters
webSocketService IWebSocketService
Methods
Handle\(CustomerQuittingTableEvent, CancellationToken\)
Handles a notification
public Task Handle(CustomerQuittingTableEvent notification, CancellationToken cancellationToken)
Parameters
notification CustomerQuittingTableEvent
The notification
cancellationToken CancellationToken
Cancellation token
Returns
Last modified: 21 May 2024