Owneat Technical Guide main Help

Class ChangeLineItemsPayingCustomerEventHandler

Namespace: Ordering.Domain.Aggregates.OrderAggregate.Events
Assembly: Ordering.Domain.dll

public sealed class ChangeLineItemsPayingCustomerEventHandler : INotificationHandler<ChangeLineItemsPayingCustomerEvent>

Inheritance

object ← ChangeLineItemsPayingCustomerEventHandler

Implements

INotificationHandler<ChangeLineItemsPayingCustomerEvent\>

Inherited Members

object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)

Constructors

ChangeLineItemsPayingCustomerEventHandler\(IWebSocketService\)

public ChangeLineItemsPayingCustomerEventHandler(IWebSocketService webSocketService)

Parameters

webSocketService IWebSocketService

Methods

Handle\(ChangeLineItemsPayingCustomerEvent, CancellationToken\)

Handles a notification

public Task Handle(ChangeLineItemsPayingCustomerEvent notification, CancellationToken cancellationToken)

Parameters

notification ChangeLineItemsPayingCustomerEvent

The notification

cancellationToken CancellationToken

Cancellation token

Returns

Task

Last modified: 21 May 2024