B C D G M O R S W
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- beforeAll(ExtensionContext) - Method in class dev.restate.sdk.testing.RestateRunner
- buildManualRunner() - Method in class dev.restate.sdk.testing.RestateRunnerBuilder
- buildRunner() - Method in class dev.restate.sdk.testing.RestateRunnerBuilder
C
- close() - Method in class dev.restate.sdk.testing.ManualRestateRunner
- create() - Static method in class dev.restate.sdk.testing.RestateRunnerBuilder
D
- dev.restate.sdk.testing - package dev.restate.sdk.testing
G
- getAdminUrl() - Method in class dev.restate.sdk.testing.ManualRestateRunner
-
Get restate admin url to send HTTP requests to the admin API.
- getRestateContainer() - Method in class dev.restate.sdk.testing.ManualRestateRunner
-
Get the restate container.
- getRestateUrl() - Method in class dev.restate.sdk.testing.ManualRestateRunner
-
Get restate ingress url to send HTTP/gRPC requests to services.
M
- ManualRestateRunner - Class in dev.restate.sdk.testing
-
Manual runner for Restate.
O
- of(RestateHttpEndpointBuilder) - Static method in class dev.restate.sdk.testing.RestateRunnerBuilder
-
Create from
RestateHttpEndpointBuilder.
R
- RESTATE_ADMIN_ENDPOINT_PORT - Static variable in class dev.restate.sdk.testing.ManualRestateRunner
- RESTATE_INGRESS_ENDPOINT_PORT - Static variable in class dev.restate.sdk.testing.ManualRestateRunner
- RestateAdminClient - Annotation Type in dev.restate.sdk.testing
-
Inject the Restate
ApiClient, useful to build admin clients, such asDeploymentApi. - RestateIngressClient - Annotation Type in dev.restate.sdk.testing
-
Inject a
IngressClientto interact with the deployed runtime. - RestateRunner - Class in dev.restate.sdk.testing
-
Restate runner for JUnit 5.
- RestateRunnerBuilder - Class in dev.restate.sdk.testing
-
Builder for
RestateRunner. - RestateURL - Annotation Type in dev.restate.sdk.testing
-
Inject Restate's URL (either
StringorURL) to interact with the deployed runtime. - run() - Method in class dev.restate.sdk.testing.ManualRestateRunner
-
Run restate, run the embedded service endpoint server, and register the services.
S
- stop() - Method in class dev.restate.sdk.testing.ManualRestateRunner
-
Stop restate and the embedded service endpoint server.
W
- with(BindableService<?>) - Method in class dev.restate.sdk.testing.RestateRunnerBuilder
-
Add a Restate bindable service to the endpoint.
- with(BindableService<O>, O) - Method in class dev.restate.sdk.testing.RestateRunnerBuilder
-
Add a Restate bindable service to the endpoint, overriding the options.
- with(Object) - Method in class dev.restate.sdk.testing.RestateRunnerBuilder
-
Add a Restate service to the endpoint.
- withAdditionalEnv(String, String) - Method in class dev.restate.sdk.testing.RestateRunnerBuilder
-
Add additional environment variables to the Restate container.
- withConfigFile(String) - Method in class dev.restate.sdk.testing.RestateRunnerBuilder
-
Mount a config file in the Restate container.
- withRestateContainerImage(String) - Method in class dev.restate.sdk.testing.RestateRunnerBuilder
-
Override the container image to use for the Restate runtime.
All Classes All Packages