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.
  • Field Details

    • ENDPOINT_NAME

      public static final String 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 properties
      i18nProperties - 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

      @ReadOperation public VaadinActuatorEndpoint.VaadinInfo 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