UNPKG

@dolittle/sdk.services

Version:

Dolittle is a decentralized, distributed, event-driven microservice platform built to harness the power of events.

10 lines 370 B
/** * Exception that gets thrown when waiting for procesors to complete is cancelled. */ export declare class WaitingForProcessorsCompletionCancelled extends Error { /** * Initialises a new instance of the {@link WaitingForProcessorsCompletionCancelled} class. */ constructor(); } //# sourceMappingURL=WaitingForProcessorsCompletionCancelled.d.ts.map