Package io.quarkus.arc.runtime
Interface BeanContainer.Instance<T>
- All Superinterfaces:
AutoCloseable
- Enclosing interface:
- BeanContainer
-
Method Summary
-
Method Details
-
get
T get()- Returns:
- the underlying instance
-
close
default void close()releases the underlying instance- Specified by:
closein interfaceAutoCloseable
-