hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface ISGROChannelStoreEvent<T>

    Interface representing a channel store event in the SGRO system.

    interface ISGROChannelStoreEvent<T> {
        getResponse(): T;
        getSourceIdentity(): number;
        getStatus(): number;
        getStatusMessage(): string;
        isRequestFailed(): boolean;
        isRequestInterrupted(): boolean;
        isRequestSucceeded(): boolean;
    }

    Type Parameters

    • T
    Index

    Methods