Angular Solace Message Client - v20.0.0
    Preparing search index...

    Type Alias SolaceMessageClientConfigFn

    SolaceMessageClientConfigFn: () => | SolaceMessageClientConfig
    | Promise<SolaceMessageClientConfig>
    | Observable<SolaceMessageClientConfig>

    Signature of a function to load the config of Angular Solace Message Client.

    The function can call inject to get any required dependencies.

    Type declaration