瀏覽代碼

modofiy class access level for diagnostics.

master
Savorboard 6 年之前
父節點
當前提交
139b69cfc1
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. +1
    -1
      src/DotNetCore.CAP/Internal/ConsumerContext.cs
  2. +1
    -1
      src/DotNetCore.CAP/Internal/ConsumerExecutorDescriptor.cs

+ 1
- 1
src/DotNetCore.CAP/Internal/ConsumerContext.cs 查看文件

@@ -8,7 +8,7 @@ namespace DotNetCore.CAP.Internal
/// <summary>
/// A context for consumers, it used to be provider wrapper of method description and received message.
/// </summary>
internal class ConsumerContext
public class ConsumerContext
{
/// <summary>
/// create a new instance of <see cref="ConsumerContext" /> .


+ 1
- 1
src/DotNetCore.CAP/Internal/ConsumerExecutorDescriptor.cs 查看文件

@@ -9,7 +9,7 @@ namespace DotNetCore.CAP.Internal
/// <summary>
/// A descriptor of user definition method.
/// </summary>
internal class ConsumerExecutorDescriptor
public class ConsumerExecutorDescriptor
{
public MethodInfo MethodInfo { get; set; }



Loading…
取消
儲存