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