Represents the IndexedDB database structure for SimpleMessageBus in Blazor WebAssembly applications.
public class SimpleMessageBusDb : IndexedDbDatabase
IndexedDbDatabase
public SimpleMessageBusDb(IJSRuntime jsRuntime, IOptions<IndexedDbOptions> indexedDbOptions)
public IndexedDbObjectStore Completed { get; set; }
IndexedDbObjectStore
public IndexedDbObjectStore Failed { get; set; }
public IndexedDbObjectStore Queue { get; set; }