|
| 1 | +#nullable enable |
| 2 | +Merq.IAsyncCommand |
| 3 | +Merq.IAsyncCommand<TResult> |
| 4 | +Merq.IAsyncCommandHandler |
| 5 | +Merq.IAsyncCommandHandler<TCommand, TResult> |
| 6 | +Merq.IAsyncCommandHandler<TCommand, TResult>.ExecuteAsync(TCommand command, System.Threading.CancellationToken cancellation = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task<TResult>! |
| 7 | +Merq.IAsyncCommandHandler<TCommand> |
| 8 | +Merq.IAsyncCommandHandler<TCommand>.ExecuteAsync(TCommand command, System.Threading.CancellationToken cancellation = default(System.Threading.CancellationToken)) -> System.Threading.Tasks.Task! |
| 9 | +Merq.ICanExecute<TCommand> |
| 10 | +Merq.ICanExecute<TCommand>.CanExecute(TCommand command) -> bool |
| 11 | +Merq.ICommand |
| 12 | +Merq.ICommand<TResult> |
| 13 | +Merq.ICommandHandler |
| 14 | +Merq.ICommandHandler<TCommand, TResult> |
| 15 | +Merq.ICommandHandler<TCommand, TResult>.Execute(TCommand command) -> TResult |
| 16 | +Merq.ICommandHandler<TCommand> |
| 17 | +Merq.ICommandHandler<TCommand>.Execute(TCommand command) -> void |
| 18 | +Merq.IExecutable |
| 19 | +Merq.IExecutable<TResult> |
| 20 | +Merq.IExecutableCommandHandler<TCommand, TResult> |
| 21 | +Merq.IExecutableCommandHandler<TCommand> |
| 22 | +Merq.IExecuteResult |
| 23 | +Merq.IMessageBus |
| 24 | +Merq.IMessageBus.CanExecute<TCommand>(TCommand command) -> bool |
| 25 | +Merq.IMessageBus.CanHandle(Merq.IExecutable! command) -> bool |
| 26 | +Merq.IMessageBus.CanHandle<TCommand>() -> bool |
| 27 | +Merq.IMessageBus.Execute(Merq.ICommand! command, string? callerName = null, string? callerFile = null, int? callerLine = null) -> void |
| 28 | +Merq.IMessageBus.Execute<TResult>(Merq.ICommand<TResult>! command, string? callerName = null, string? callerFile = null, int? callerLine = null) -> TResult |
| 29 | +Merq.IMessageBus.ExecuteAsync(Merq.IAsyncCommand! command, System.Threading.CancellationToken cancellation = default(System.Threading.CancellationToken), string? callerName = null, string? callerFile = null, int? callerLine = null) -> System.Threading.Tasks.Task! |
| 30 | +Merq.IMessageBus.ExecuteAsync<TResult>(Merq.IAsyncCommand<TResult>! command, System.Threading.CancellationToken cancellation = default(System.Threading.CancellationToken), string? callerName = null, string? callerFile = null, int? callerLine = null) -> System.Threading.Tasks.Task<TResult>! |
| 31 | +Merq.IMessageBus.Notify<TEvent>(TEvent e, string? callerName = null, string? callerFile = null, int? callerLine = null) -> void |
| 32 | +Merq.IMessageBus.Observe<TEvent>() -> System.IObservable<TEvent>! |
| 33 | +Merq.IMessageBusExtensions |
| 34 | +static Merq.IMessageBusExtensions.Execute<TCommand>(this Merq.IMessageBus! bus, string? callerName = null, string? callerFile = null, int? callerLine = null) -> void |
| 35 | +static Merq.IMessageBusExtensions.Notify<TEvent>(this Merq.IMessageBus! bus, string? callerName = null, string? callerFile = null, int? callerLine = null) -> void |
0 commit comments