|
|
@@ -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" /> . |
|
|
|