Pipelines
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public interface IPipelineBehavior<TMessage,
|
||||
TResponse>
|
||||
{
|
||||
TResponse Handle(TMessage message,
|
||||
HandlerDelegate<TResponse> next);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user