RestateUtils

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun <Req, Res> toRequest(serviceName: String, @Nullable key: @Nullable String, handlerName: String, reqTypeTag: TypeTag<Req>, resTypeTag: TypeTag<Res>, request: Req, @Nullable options: @Nullable InvocationOptions): Request<Req, Res>
Link copied to clipboard
open fun typeTag(type: Type): TypeTag<out Any>