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