Package dev.hilla
Class EndpointProperties
- java.lang.Object
-
- dev.hilla.EndpointProperties
-
@Component @ConfigurationProperties("vaadin.endpoint") public class EndpointProperties extends ObjectClass that contains all Vaadin endpoint customizable properties.
-
-
Constructor Summary
Constructors Constructor Description EndpointProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEndpointPrefix()Customize the prefix for all Vaadin endpoints.
-
-
-
Method Detail
-
getEndpointPrefix
public String getEndpointPrefix()
Customize the prefix for all Vaadin endpoints. See default value in theendpointPrefixfield annotation.- Returns:
- prefix that should be used to access any Vaadin endpoint
-
-