Class AsteriskResource

java.lang.Object
org.apache.camel.quarkus.component.asterisk.it.AsteriskResource

@Path("/asterisk") @ApplicationScoped public class AsteriskResource extends Object
  • Field Details

    • context

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

    • AsteriskResource

      public AsteriskResource()
  • Method Details

    • loadComponentAsterisk

      @Path("/load/component/asterisk") @GET @Produces("text/plain") public jakarta.ws.rs.core.Response loadComponentAsterisk() throws Exception
      Throws:
      Exception