DurablePromiseKey

This class holds information about durable promise's name and its type tag to be used for serializing and deserializing it.

Parameters

<T>

the generic type of the signal.

Functions

Link copied to clipboard
Create a new DurablePromiseKey for bytes state.
Link copied to clipboard
open fun name(): String
Link copied to clipboard
open fun <T> of(name: String, serde: Serde<T>): DurablePromiseKey<T>
Create a new DurablePromiseKey.
Link copied to clipboard
open fun serde(): Serde<T>