Class PubnubResource


  • @Path("/pubnub")
    @ApplicationScoped
    public class PubnubResource
    extends Object
    • Field Detail

      • context

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

      • PubnubResource

        public PubnubResource()
    • Method Detail

      • loadComponentPubnub

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