toggle menu
sdk-java
1.1.1
jvm
switch theme
search in API
sdk-common
/
dev.restate.sdk.common.syscalls
/
HandlerDefinition
Handler
Definition
class
HandlerDefinition
<
REQ
,
RES
,
O
>
Members
Properties
runner
Link copied to clipboard
val
runner
:
HandlerRunner
<
REQ
,
RES
,
O
>
spec
Link copied to clipboard
val
spec
:
HandlerSpecification
<
REQ
,
RES
>
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
of
Link copied to clipboard
open
fun
<
REQ
,
RES
,
O
>
of
(
spec
:
HandlerSpecification
<
REQ
,
RES
>
,
runner
:
HandlerRunner
<
REQ
,
RES
,
O
>
)
:
HandlerDefinition
<
REQ
,
RES
,
O
>
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String