Class ThriftResource

java.lang.Object
org.apache.camel.quarkus.component.thrift.it.ThriftResource

@Path("/thrift") @ApplicationScoped public class ThriftResource extends Object
  • Field Details

    • context

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

    • ThriftResource

      public ThriftResource()
  • Method Details

    • loadComponentThrift

      @Path("/load/component/thrift") @GET @Produces("text/plain") public javax.ws.rs.core.Response loadComponentThrift() throws Exception
      Throws:
      Exception
    • loadDataformatThrift

      @Path("/load/dataformat/thrift") @GET @Produces("text/plain") public javax.ws.rs.core.Response loadDataformatThrift() throws Exception
      Throws:
      Exception