ART Framework API Docs
    Preparing search index...

    Interface ManagedAdapterAccessor

    Object returned by ProviderManager granting access to an adapter instance.

    ManagedAdapterAccessor

    interface ManagedAdapterAccessor {
        adapter: ProviderAdapter;
        release: () => void;
    }
    Index

    Properties

    Properties

    The ready-to-use adapter instance.

    release: () => void

    Signals that the current call using this adapter instance is finished.