RestateRunnerBuilder

Builder for RestateRunner. See RestateRunner for more details.

Functions

Link copied to clipboard
open fun bind(serviceDefinition: ServiceDefinition<out Any>): RestateRunnerBuilder
open fun bind(service: Any): RestateRunnerBuilder
Add a Restate service to the endpoint.
open fun <O> bind(serviceDefinition: ServiceDefinition<O>, options: O): RestateRunnerBuilder
Add a Restate service to the endpoint, setting the options.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Add additional environment variables to the Restate container.
Link copied to clipboard
Mount a config file in the Restate container.
Link copied to clipboard
open fun withRestateContainerImage(restateContainerImage: String): RestateRunnerBuilder
Override the container image to use for the Restate runtime.