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