toggle menu
sdk-java
1.0.1
jvm
switch theme
search in API
sdk-common
/
dev.restate.sdk.common.syscalls
/
HandlerSpecification
Handler
Specification
class
HandlerSpecification
<
REQ
,
RES
>
Members
Properties
accept
Content
Type
Link copied to clipboard
@
Nullable
@get:
Nullable
val
acceptContentType
:
@
Nullable
String
handler
Type
Link copied to clipboard
val
handlerType
:
HandlerType
name
Link copied to clipboard
val
name
:
String
request
Serde
Link copied to clipboard
val
requestSerde
:
Serde
<
REQ
>
response
Serde
Link copied to clipboard
val
responseSerde
:
Serde
<
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
<
T
,
R
>
of
(
method
:
String
,
handlerType
:
HandlerType
,
requestSerde
:
Serde
<
T
>
,
responseSerde
:
Serde
<
R
>
)
:
HandlerSpecification
<
T
,
R
>
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
with
Accept
Content
Type
Link copied to clipboard
open
fun
withAcceptContentType
(
acceptContentType
:
String
)
:
HandlerSpecification
<
REQ
,
RES
>