SimpleMessageBus_Publish_IndexedDb_IHostBuilderExtensions

Syntax

public static class SimpleMessageBus_Publish_IndexedDb_IHostBuilderExtensions

Inheritance

Methods

UseIndexedDbMessagePublisher

public static IHostBuilder UseIndexedDbMessagePublisher(this IHostBuilder builder, string configSectionName = "SimpleMessageBus:IndexedDb", Action<IndexedDbOptions> indexedDbOptions = null)

Parameters

  • builder IHostBuilder: The instance to extend.
  • configSectionName string: The name of the to load the from. Defaults to ‘SimpleMessageBus:IndexedDb’.
  • indexedDbOptions Action<IndexedDbOptions>: An lambda that allows you to set the inline.

Returns

IHostBuilder The instance being configured, for fluent configuration.