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

    Class SolaceSessionProviderAbstract

    Creates a Session from a given config to connect to the Solace message broker.

    You may override the default session provider in order to customize session construction, e.g., in tests, as following: {provide: SolaceSessionProvider, useClass: YourSessionProvider}

    The default provider does the following: solace.SolclientFactory.createSession(sessionProperties).

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Method invoked to create a Session from given properties.

      Parameters

      • sessionProperties: SessionProperties

      Returns Session