Package dev.restate.sdk.gen.model
Class Handler.Builder
java.lang.Object
dev.restate.sdk.gen.model.Handler.Builder
- Enclosing class:
Handler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()withDocumentation(String documentation) withHandlerType(HandlerType handlerType) withInputAccept(String inputAccept) withInputType(PayloadType inputType) withOutputType(PayloadType outputType) withRestateName(String name)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
withName
-
withRestateName
-
withHandlerType
-
withInputAccept
-
withInputType
-
withOutputType
-
withDocumentation
-
getName
-
getHandlerType
-
getInputType
-
getOutputType
-
validateAndBuild
-