You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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
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.HttpThe text was updated successfully, but these errors were encountered: