Interface Loader
- All Known Implementing Classes:
JakartaRsLoader,JakartaWebsocketLoader
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordProvides context and callbacks for pending deployments. -
Method Summary
Modifier and TypeMethodDescriptiondefault voidLoads theElements from the suppliedApplicationElementService.ApplicationElementRecordvoidload(Loader.PendingDeployment pending, ApplicationElementService.ApplicationElementRecord record, Element element) Loads the specificElementfrom the suppliedApplicationElementService.ApplicationElementRecord
-
Method Details
-
load
default void load(Loader.PendingDeployment pending, ApplicationElementService.ApplicationElementRecord record) Loads theElements from the suppliedApplicationElementService.ApplicationElementRecord- Parameters:
pending- the pending deployment contextrecord- the record to load
-
load
void load(Loader.PendingDeployment pending, ApplicationElementService.ApplicationElementRecord record, Element element) Loads the specificElementfrom the suppliedApplicationElementService.ApplicationElementRecord- Parameters:
record- the record to load
-