StatusResult: {
    completed: boolean;
    payload?: AnyJson;
}

Type declaration

  • completed: boolean

    Indicates to the streaming or polling client that the subscriber has what its needs. If true the client will end the messaging exchanges with the endpoint.

  • Optional payload?: AnyJson

    If the result of the streaming or polling client is expected to return a result