14 lines
247 B
C#
14 lines
247 B
C#
using System;
|
|
using Tapeti.Config;
|
|
|
|
namespace Tapeti.Default
|
|
{
|
|
// End of the line...
|
|
public class BindingBufferStop : IBindingMiddleware
|
|
{
|
|
public void Handle(IBindingContext context, Action next)
|
|
{
|
|
}
|
|
}
|
|
}
|