Interface Mutiny.Closeable

All Known Subinterfaces:
Mutiny.QueryProducer, Mutiny.Session, Mutiny.StatelessSession
All Known Implementing Classes:
MutinySessionDelegator, MutinyStatelessSessionDelegator
Enclosing interface:
Mutiny

public static interface Mutiny.Closeable
An object whose close() method returns a Uni.
  • Method Summary

    Modifier and Type
    Method
    Description
    io.smallrye.mutiny.Uni<Void>
    Destroy the object and release any underlying database resources.
    boolean
     
  • Method Details

    • close

      io.smallrye.mutiny.Uni<Void> close()
      Destroy the object and release any underlying database resources.
    • isOpen

      boolean isOpen()
      Returns:
      false if close() has been called