toggle menu
sdk-java
2.5.0
jvm
switch theme
search in API
common
/
dev.restate.common.reflections
/
RestateUtils
Restate
Utils
class
RestateUtils
Members
Constructors
Restate
Utils
Link copied to clipboard
constructor
(
)
Functions
to
Request
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
>
type
Tag
Link copied to clipboard
open
fun
typeTag
(
type
:
Type
)
:
TypeTag
<
out
Any
>