Class ServerConfiguration
java.lang.Object
dev.restate.admin.client.ServerConfiguration
Deprecated.
Representing a Server configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.Deprecated.Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionServerConfiguration(String URL, String description, Map<String, ServerVariable> variables) Deprecated. -
Method Summary
-
Field Details
-
URL
Deprecated. -
description
Deprecated. -
variables
Deprecated.
-
-
Constructor Details
-
ServerConfiguration
Deprecated.- Parameters:
URL- A URL to the target host.description- A description of the host designated by the URL.variables- A map between a variable name and its value. The value is used for substitution in the server's URL template.
-
-
Method Details
-
URL
-
URL
Deprecated.Format URL template using default server variables.- Returns:
- Formatted URL.
-