Package io.quarkus.arc
Interface BeanDestroyer<T>
-
- Type Parameters:
T-
- All Known Implementing Classes:
BeanDestroyer.CloseableDestroyer
public interface BeanDestroyer<T>It can be used by syntheticInjectableBeandefinitions to destroy a contextual instance.- See Also:
Contextual.destroy(Object, CreationalContext)
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBeanDestroyer.CloseableDestroyer
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddestroy(T instance, javax.enterprise.context.spi.CreationalContext<T> creationalContext, Map<String,Object> params)
-