Interface IHandle<T>
Defines a handler interface for processing items of type T
.
Type Parameters
T
The type of item to be handled.
Methods
HandleAsync(T, MessageContext)
Handles the specified item asynchronously.
Parameters
item
TThe item to be handled.
messageContext
MessageContext
Returns
- Value
Task A task that represents the asynchronous operation.