Merge branch 'hotfix/2.2.2' into develop
This commit is contained in:
commit
b69ac7311b
@ -6,7 +6,7 @@ namespace Tapeti.Config
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Denotes middleware that runs after controller methods.
|
/// Denotes middleware that runs after controller methods.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public interface IControllerCleanupMiddleware
|
public interface IControllerCleanupMiddleware : IControllerMiddlewareBase
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Called after the message handler method, even if exceptions occured.
|
/// Called after the message handler method, even if exceptions occured.
|
||||||
|
@ -6,7 +6,7 @@ namespace Tapeti.Config
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Denotes middleware that runs for controller methods.
|
/// Denotes middleware that runs for controller methods.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public interface IControllerMessageMiddleware
|
public interface IControllerMessageMiddleware : IControllerMiddlewareBase
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Called after the message has passed any filter middleware and the controller has been instantiated,
|
/// Called after the message has passed any filter middleware and the controller has been instantiated,
|
||||||
|
Loading…
Reference in New Issue
Block a user