Restate Typescript SDK
    Preparing search index...

    Deterministic date methods that return journal-backed Futures. Wraps the SDK's ContextDate (which returns Promises via internal ctx.run() calls) so that gen-SDK user code can yield* them.

    interface GenContextDate {
        now(): Future<number>;
        toJSON(): Future<string>;
    }
    Index

    Methods

    Methods