Class ServerVariable
java.lang.Object
dev.restate.admin.client.ServerVariable
Deprecated.
Representing a Server Variable for server URL template substitution.
-
Field Summary
FieldsModifier and TypeFieldDescriptionDeprecated.Deprecated.Deprecated. -
Constructor Summary
ConstructorsConstructorDescriptionServerVariable(String description, String defaultValue, HashSet<String> enumValues) Deprecated. -
Method Summary
-
Field Details
-
description
Deprecated. -
defaultValue
Deprecated. -
enumValues
-
-
Constructor Details
-
ServerVariable
Deprecated.- Parameters:
description- A description for the server variable.defaultValue- The default value to use for substitution.enumValues- An enumeration of string values to be used if the substitution options are from a limited set.
-