Class VaadinActuatorEndpoint
java.lang.Object
com.vaadin.controlcenter.starter.actuate.endpoint.VaadinActuatorEndpoint
@Deprecated(since="1.1.0",
forRemoval=true)
@Endpoint(id="vaadin")
public class VaadinActuatorEndpoint
extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Actuator endpoint to expose Vaadin related information like Flow version,
license, etc.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordDeprecated, for removal: This API element is subject to removal in a future version.replaced byVaadinInfoContributorstatic final recordDeprecated, for removal: This API element is subject to removal in a future version.replaced byVaadinInfoContributor -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.The endpoint name. -
Constructor Summary
ConstructorsConstructorDescriptionVaadinActuatorEndpoint(IdentityManagementProperties idmProperties, ControlCenterI18NProperties i18nProperties) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new instance of the endpoint. -
Method Summary
Modifier and TypeMethodDescriptionvoidregister(com.vaadin.flow.server.VaadinService vaadinService) Deprecated, for removal: This API element is subject to removal in a future version.Registers the Vaadin service.Deprecated, for removal: This API element is subject to removal in a future version.Read operation that returns information about Vaadin.
-
Field Details
-
ENDPOINT_NAME
Deprecated, for removal: This API element is subject to removal in a future version.The endpoint name.- See Also:
-
-
Constructor Details
-
VaadinActuatorEndpoint
public VaadinActuatorEndpoint(IdentityManagementProperties idmProperties, ControlCenterI18NProperties i18nProperties) Deprecated, for removal: This API element is subject to removal in a future version.Creates a new instance of the endpoint.- Parameters:
idmProperties- the Identity Management propertiesi18nProperties- the Localization properties
-
-
Method Details
-
register
public void register(com.vaadin.flow.server.VaadinService vaadinService) Deprecated, for removal: This API element is subject to removal in a future version.Registers the Vaadin service.- Parameters:
vaadinService- the Vaadin service
-
vaadinInfo
Deprecated, for removal: This API element is subject to removal in a future version.Read operation that returns information about Vaadin.- Returns:
- the Vaadin information
-
VaadinInfoContributor