Class LifeCycleFilter<T>

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.concurrent.CompletableFuture<T> create()  
      java.util.concurrent.CompletableFuture<java.lang.Void> destroy​(T entity)  
      boolean isWrapperFor​(java.lang.Class<?> iface)  
      java.util.concurrent.CompletableFuture<java.lang.Boolean> testAfterIdle​(T entity)  
      java.util.concurrent.CompletableFuture<java.lang.Boolean> testOnRelease​(T entity)  
      <W> W unwrap​(java.lang.Class<W> iface)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait