Class RestClientBuildItem


  • public final class RestClientBuildItem
    extends io.quarkus.builder.item.MultiBuildItem
    Used to mark a class as a potential REST client interface consumed by the MicroProfile REST client.

    Useful when you want to apply different behaviors to REST resources and REST clients.

    • Constructor Detail

      • RestClientBuildItem

        public RestClientBuildItem​(String interfaceName)
    • Method Detail

      • getInterfaceName

        public String getInterfaceName()