Bluestep JS Documentation
    Preparing search index...

    Interface Interceptor<T>

    interface Interceptor<T extends Bluestep.Soap.Message> {
        handleFault(t: T): void;
        handleMessage(t: T): void;
    }

    Type Parameters

    Hierarchy (View Summary)

    Index
    • Parameters

      • t: T

      Returns void

    • Parameters

      • t: T

      Returns void