Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

ICommandInvoker<T> for fast "Mediator" approaches in ASP.Net Core pages #726

Open
jeremydmiller opened this issue Jun 8, 2022 · 0 comments
Milestone

Comments

@jeremydmiller
Copy link
Member

jeremydmiller commented Jun 8, 2022

Basically just skip the silly "look up the message type handler" step within CommandBus.

So the signature would be something like just InvokeAsync(T message, CancellationToken token) : Task. Maybe pair this with some kind of Minimal API helper. Would allow you to use Jasper middleware strategies w/o having to have a new Jasper.Http

@jeremydmiller jeremydmiller changed the title IInvoker<T> for fast "Mediator" approaches in ASP.Net Core pages ICommandInvoker<T> for fast "Mediator" approaches in ASP.Net Core pages Jun 8, 2022
@jeremydmiller jeremydmiller added this to the 2.0 milestone Jun 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant