Class ZookeeperResource


  • @Path("/zookeeper")
    @ApplicationScoped
    public class ZookeeperResource
    extends Object
    • Field Detail

      • context

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

      • ZookeeperResource

        public ZookeeperResource()
    • Method Detail

      • loadComponentZookeeper

        @Path("/load/component/zookeeper")
        @GET
        @Produces("text/plain")
        public javax.ws.rs.core.Response loadComponentZookeeper()
                                                         throws Exception
        Throws:
        Exception