Class MasterResource


  • @Path("/master")
    public class MasterResource
    extends Object
    • Field Detail

      • camelContext

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

      • MasterResource

        public MasterResource()
    • Method Detail

      • stopLeaderRoute

        @Path("/camel/stop/leader")
        @GET
        public void stopLeaderRoute()
                             throws Exception
        Throws:
        Exception