Class ThriftResource
java.lang.Object
org.apache.camel.quarkus.component.thrift.it.ThriftResource
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Responsejakarta.ws.rs.core.Response
-
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 jakarta.ws.rs.core.Response loadComponentThrift() throws Exception- Throws:
Exception
-
loadDataformatThrift
@Path("/load/dataformat/thrift") @GET @Produces("text/plain") public jakarta.ws.rs.core.Response loadDataformatThrift() throws Exception- Throws:
Exception
-