Type Alias ProviderConfig

ProviderConfig: {
    class: any;
    options: StringAnyType;
    provider?: string;
    readonly?: boolean;
}

Type declaration

  • class: any
  • options: StringAnyType
  • Optionalprovider?: string
  • Optionalreadonly?: boolean

    If provided and if true, the engine router instance will be initialized as a readonly instance and will not consume messages from the stream channel. An engine in readonly mode can still read/write to the store and can still pub/sub events.