Class ChatscriptResource

java.lang.Object
org.apache.camel.quarkus.component.chatscript.it.ChatscriptResource

@Path("/chatscript") @ApplicationScoped public class ChatscriptResource extends Object
  • Field Details

    • context

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

    • ChatscriptResource

      public ChatscriptResource()
  • Method Details

    • loadComponentChatscript

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