Interface IServerStreamCommand<TResult>
interface for a command that returns a stream of TResult
Namespace: FastEndpoints
Assembly: FastEndpoints.Messaging.Core.dll
Syntax
public interface IServerStreamCommand<out TResult> where TResult : class
Type Parameters
Name | Description |
---|---|
TResult | the type of the result stream that will be returned from the handler of this command (i.e. IServerStreamCommandHandler<TCommand, TResult>) |