Package io.helidon.microprofile.server
Class ServerCdiExtension
- java.lang.Object
-
- io.helidon.microprofile.server.ServerCdiExtension
-
-
Constructor Summary
Constructors Constructor Description ServerCdiExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> void
gatherApplications(ProcessInjectionTarget<T> pit)
Gather Application or resource classes to start.
-
-
-
Method Detail
-
gatherApplications
public <T> void gatherApplications(@Observes ProcessInjectionTarget<T> pit)
Gather Application or resource classes to start.- Type Parameters:
T
- any type- Parameters:
pit
- injection target
-
-