Class NonBlockingReturnTypeBuildItem

java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.MultiBuildItem
io.quarkus.resteasy.reactive.server.spi.NonBlockingReturnTypeBuildItem

@Deprecated(forRemoval=true, since="3.10") public final class NonBlockingReturnTypeBuildItem extends io.quarkus.builder.item.MultiBuildItem
Deprecated, for removal: This API element is subject to removal in a future version.
This build item will be removed at some time after Quarkus 3.16
Register a type as non-blocking by default when used as a return type of JAX-RS Resource
  • Constructor Summary

    Constructors
    Constructor
    Description
    NonBlockingReturnTypeBuildItem(org.jboss.jandex.DotName type)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.jboss.jandex.DotName
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • NonBlockingReturnTypeBuildItem

      public NonBlockingReturnTypeBuildItem(org.jboss.jandex.DotName type)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getType

      public org.jboss.jandex.DotName getType()
      Deprecated, for removal: This API element is subject to removal in a future version.