toggle menu
sdk-java
2.0.0
jvm
switch theme
search in API
sdk-testing
/
dev.restate.sdk.testing
/
RestateRunner
/
Builder
Builder
open
class
Builder
Builder for
RestateRunner
.
See also
Restate
Runner
Members
Functions
build
Link copied to clipboard
open
fun
build
(
)
:
RestateRunner
with
Additional
Env
Link copied to clipboard
open
fun
withAdditionalEnv
(
key
:
String
,
value
:
String
)
:
RestateRunner.Builder
Add additional environment variables to the Restate container.
with
Config
File
Link copied to clipboard
open
fun
withConfigFile
(
configFile
:
String
)
:
RestateRunner.Builder
Mount a config file in the Restate container.
with
Restate
Container
Image
Link copied to clipboard
open
fun
withRestateContainerImage
(
restateContainerImage
:
String
)
:
RestateRunner.Builder
Override the container image to use for the Restate runtime.