Skip to content

[Feature]: Enhancing Cortex.Mediator | Request Pre/Post Processors #179

@eneshoxha

Description

@eneshoxha

Separate from pipeline behaviors, dedicated hooks that always run before/after handlers:

public interface ICommandPreProcessor<in TCommand> { }
public interface ICommandPostProcessor<in TCommand, in TResult> { }

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestfeatureThis label is in use for minor version increments

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions