|
@@ -56,6 +56,11 @@ namespace Abc.Zebus.Tests.Lotus
|
|
|
public void ConfigureHandlerFilter(Func<Type, bool> handlerFilter)
|
|
|
{
|
|
|
throw new NotSupportedException();
|
|
|
+ }
|
|
|
+
|
|
|
+ public void ConfigureMessageFilter(Func<Type, bool> messageFilter)
|
|
|
+ {
|
|
|
+ throw new NotSupportedException();
|
|
|
}
|
|
|
|
|
|
public void LoadMessageHandlerInvokers()
|