@salesforce/core
    Preparing search index...

    Type Alias StreamingMockCometSubscriptionOptions

    Additional subscription options for the StreamingMock.

    type StreamingMockCometSubscriptionOptions = {
        id: string;
        messagePlaylist?: Message[];
        subscriptionCall: StreamingMockSubscriptionCall;
        subscriptionErrbackError?: SfError;
        url: string;
    }
    Index
    id: string

    Simple id to associate with this instance.

    messagePlaylist?: Message[]

    A list of messages to playback for the client. One message per process tick.

    What is the subscription outcome a successful callback or an error?.

    subscriptionErrbackError?: SfError

    If it's an error that states what that error should be.

    url: string

    Target URL.