public class DestroyableTypeProcessor extends java.lang.Object implements TypePostProcessor<Destroyable>
Destroyable interface to DestroyableManager to be executed on shutdown.| Constructor and Description |
|---|
DestroyableTypeProcessor(DestroyableManager manager) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(Destroyable instance)
Called to post process bean.
|
public DestroyableTypeProcessor(DestroyableManager manager)
public void process(Destroyable instance)
TypePostProcessorprocess in interface TypePostProcessor<Destroyable>instance - bean instanceGeneralTypeListener