Commit 750a0b1b authored by yangxiaodong's avatar yangxiaodong

modify to used new ObjectMethodExecutor.

parent c33f4786
using System.Collections.Generic; using System.Collections.Generic;
using Microsoft.Extensions.Internal;
namespace DotNetCore.CAP.Internal namespace DotNetCore.CAP.Internal
{ {
public class ConsumerMethodExecutor public class ConsumerMethodExecutor
{ {
public static object[] PrepareArguments( internal static object[] PrepareArguments(
IDictionary<string, object> actionParameters, IDictionary<string, object> actionParameters,
ObjectMethodExecutor actionMethodExecutor) ObjectMethodExecutor actionMethodExecutor)
{ {
......
...@@ -4,6 +4,7 @@ using DotNetCore.CAP.Abstractions; ...@@ -4,6 +4,7 @@ using DotNetCore.CAP.Abstractions;
using DotNetCore.CAP.Infrastructure; using DotNetCore.CAP.Infrastructure;
using DotNetCore.CAP.Models; using DotNetCore.CAP.Models;
using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Internal;
using Microsoft.Extensions.Logging; using Microsoft.Extensions.Logging;
namespace DotNetCore.CAP.Internal namespace DotNetCore.CAP.Internal
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment