sdk-java
Toggle table of contents
2.9.3
java
Target filter
java
Switch theme
Search in API
Skip to content
sdk-java
sdk-api-gen-common
/
dev.restate.sdk.gen.model
/
Handler
/
Builder
Builder
open
class
Builder
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Properties
handler
Type
Link copied to clipboard
open
val
handlerType
:
HandlerType
input
Type
Link copied to clipboard
open
val
inputType
:
PayloadType
output
Type
Link copied to clipboard
open
val
outputType
:
PayloadType
Functions
get
Name
Link copied to clipboard
open
fun
getName
(
)
:
CharSequence
validate
And
Build
Link copied to clipboard
open
fun
validateAndBuild
(
)
:
Handler
with
Documentation
Link copied to clipboard
open
fun
withDocumentation
(
documentation
:
String
)
:
Handler.Builder
with
Handler
Type
Link copied to clipboard
open
fun
withHandlerType
(
handlerType
:
HandlerType
)
:
Handler.Builder
with
Input
Accept
Link copied to clipboard
open
fun
withInputAccept
(
inputAccept
:
String
)
:
Handler.Builder
with
Input
Type
Link copied to clipboard
open
fun
withInputType
(
inputType
:
PayloadType
)
:
Handler.Builder
with
Name
Link copied to clipboard
open
fun
withName
(
name
:
String
)
:
Handler.Builder
with
Output
Type
Link copied to clipboard
open
fun
withOutputType
(
outputType
:
PayloadType
)
:
Handler.Builder
with
Restate
Name
Link copied to clipboard
open
fun
withRestateName
(
name
:
String
)
:
Handler.Builder