Package com.vaadin.flow.internal.hilla
Class EndpointRequestUtil.HillaAvailability
java.lang.Object
com.vaadin.flow.internal.hilla.EndpointRequestUtil.HillaAvailability
- Enclosing interface:
EndpointRequestUtil
Holder for the lazily-computed, cached Hilla availability flag.
Using a nested class defers the Class.forName(String) lookup
until EndpointRequestUtil.isHillaAvailable() is first called and relies on the JVM
class-initialization guarantees for thread safety.
-
Method Summary