We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.hilla.engine.
Package com.vaadin.hilla.engine
Class LookupBrowserCallableFinder
java.lang.Object
com.vaadin.hilla.engine.LookupBrowserCallableFinder
Finds browser callables (endpoints) in a running Hilla application by inspecting the classes annotated with the endpoint annotations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfind
(EngineAutoConfiguration engineConfiguration) Implements the
BrowserCallableFinder
interface.
-
Constructor Details
-
LookupBrowserCallableFinder
public LookupBrowserCallableFinder()
-
-
Method Details
-
find
public static List<Class<?>> find(EngineAutoConfiguration engineConfiguration) throws BrowserCallableFinderException Implements the
BrowserCallableFinder
interface.Parameters:
engineConfiguration
- the engine configurationReturns:
the list of classes annotated with the configured annotations
Throws:
BrowserCallableFinderException
- if an error occurs while finding the browser callables
-