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, typeTag: TypeTag<T>): DurablePromiseKey<T>
open fun <T> of(name: String, clazz: Class<T>): DurablePromiseKey<T>
Create a new DurablePromiseKey.
Link copied to clipboard
open fun serdeInfo(): TypeTag<T>