Interface UnwrappableUniAsserter

All Superinterfaces:
UniAsserter
All Known Implementing Classes:
DefaultUniAsserter, UniAsserterInterceptor

interface UnwrappableUniAsserter extends UniAsserter
A UniAsserter that exposes the internal Uni.

We've added this interface so that we don't expose the method asUni() to the user

  • Method Details

    • asUni

      io.smallrye.mutiny.Uni<?> asUni()
      Returns:
      a Uni representing the operations pipeline up to this point