Interface IHandle<T>
Namespace: Apollo.Abstractions
Assembly: Apollo.dll
public interface IHandle<in T> : IHandle where T : ICommand
Type Parameters
T
Implements
Methods
Handle(T, ApolloContext, CancellationToken)
Task Handle(T message, ApolloContext context, CancellationToken cancellationToken)
Parameters
message
T
context
ApolloContext
cancellationToken
CancellationToken