Class AwsXrayResource


  • @Path("/aws-xray")
    @ApplicationScoped
    public class AwsXrayResource
    extends Object
    • Field Detail

      • context

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

      • AwsXrayResource

        public AwsXrayResource()
    • Method Detail

      • loadOtherAwsXray

        @Path("/load/other/aws-xray")
        @GET
        @Produces("text/plain")
        public javax.ws.rs.core.Response loadOtherAwsXray()
                                                   throws Exception
        Throws:
        Exception