Full removal of SourceGen Meditor. Will revisit in good time.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Toolkit.Framework.Foundation;
|
||||
|
||||
public interface IPipelineBehavior<TMessage, TResponse> where TMessage : notnull, IMessage
|
||||
{
|
||||
ValueTask<TResponse> Handle(
|
||||
TMessage message,
|
||||
CancellationToken cancellationToken,
|
||||
MessageHandlerDelegate<TMessage, TResponse> next
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user