8000 ICommandInvoker<T> for fast "Mediator" approaches in ASP.Net Core pages · Issue #726 · JasperFx/jasper · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was 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

Description

@jeremydmiller

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0