Package org.hibernate.reactive.stage
Interface Stage.Closeable
-
- All Known Subinterfaces:
Stage.Session
,Stage.StatelessSession
- Enclosing interface:
- Stage
public static interface Stage.Closeable
An object whoseclose()
method returns aCompletionStage
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompletionStage<Void>
close()
-
-
-
Method Detail
-
close
CompletionStage<Void> close()
-
-