Table of Contents

Class SilverbackBuilderAddApplicationPublisherExtensions

Namespace
Silverback.Configuration
Assembly
Silverback.Core.Model.dll
public static class SilverbackBuilderAddApplicationPublisherExtensions
Inheritance
SilverbackBuilderAddApplicationPublisherExtensions
Inherited Members

Methods

AddApplicationPublisher(SilverbackBuilder)

Registers the enhanced <xref href="Silverback.Messaging.Publishing.IApplicationPublisher" data-throw-if-not-resolved="false"></xref> adding specific methods to publish

ICommand/ICommand<TResult>, IQuery<TResult>, and IEvent messages.

public static SilverbackBuilder AddApplicationPublisher(this SilverbackBuilder builder)

Parameters

builder SilverbackBuilder

The SilverbackBuilder that references the IServiceCollection to add the services to.

Returns

SilverbackBuilder

The SilverbackBuilder so that additional calls can be chained.