Class Etcd3Resource

java.lang.Object
org.apache.camel.quarkus.component.etcd3.it.Etcd3Resource

@Path("/etcd3") @ApplicationScoped public class Etcd3Resource extends Object
  • Field Details

    • context

      @Inject org.apache.camel.CamelContext context
  • Constructor Details

    • Etcd3Resource

      public Etcd3Resource()
  • Method Details

    • loadOtherEtcd3

      @Path("/load/other/etcd3") @GET @Produces("text/plain") public javax.ws.rs.core.Response loadOtherEtcd3() throws Exception
      Throws:
      Exception