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