Class IotaResource


  • @Path("/iota")
    @ApplicationScoped
    public class IotaResource
    extends Object
    • Field Detail

      • context

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

      • IotaResource

        public IotaResource()
    • Method Detail

      • loadComponentIota

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