Class EtcdResource
- java.lang.Object
-
- org.apache.camel.quarkus.component.etcd.it.EtcdResource
-
@Path("/etcd") @ApplicationScoped public class EtcdResource extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) org.apache.camel.CamelContextcontext
-
Constructor Summary
Constructors Constructor Description EtcdResource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponseloadComponentEtcdKeys()javax.ws.rs.core.ResponseloadComponentEtcdStats()javax.ws.rs.core.ResponseloadComponentEtcdWatch()
-
-
-
Method Detail
-
loadComponentEtcdKeys
@Path("/load/component/etcd-keys") @GET @Produces("text/plain") public javax.ws.rs.core.Response loadComponentEtcdKeys() throws Exception- Throws:
Exception
-
loadComponentEtcdStats
@Path("/load/component/etcd-stats") @GET @Produces("text/plain") public javax.ws.rs.core.Response loadComponentEtcdStats() throws Exception- Throws:
Exception
-
-