Interface LRATypeTckInterface

All Known Implementing Classes:
LRATypeTckInterfaceResource

public interface LRATypeTckInterface
  • Field Details

  • Method Details

    • requiredLRA

      @GET @Path("/required") jakarta.ws.rs.core.Response requiredLRA(@HeaderParam("Long-Running-Action") URI lraId)
    • requiresNewLRA

      @GET @Path("/requires-new") jakarta.ws.rs.core.Response requiresNewLRA(@HeaderParam("Long-Running-Action") URI lraId)
    • mandatoryLRA

      @GET @Path("/mandatory") jakarta.ws.rs.core.Response mandatoryLRA(@HeaderParam("Long-Running-Action") URI lraId)
    • supportsLRA

      @GET @Path("/supports") jakarta.ws.rs.core.Response supportsLRA(@HeaderParam("Long-Running-Action") URI lraId)
    • notSupportedLRA

      @GET @Path("/not-supported") jakarta.ws.rs.core.Response notSupportedLRA(@HeaderParam("Long-Running-Action") URI lraId)
    • neverLRA

      @GET @Path("/never") jakarta.ws.rs.core.Response neverLRA(@HeaderParam("Long-Running-Action") URI lraId)
    • requiredEndLRA

      @GET @Path("/end-required") jakarta.ws.rs.core.Response requiredEndLRA(@HeaderParam("Long-Running-Action") URI lraId)
    • requiresNewEndLRA

      @GET @Path("/end-requires-new") jakarta.ws.rs.core.Response requiresNewEndLRA(@HeaderParam("Long-Running-Action") URI lraId)
    • mandatoryEndLRA

      @GET @Path("/end-mandatory") jakarta.ws.rs.core.Response mandatoryEndLRA(@HeaderParam("Long-Running-Action") URI lraId)
    • supportsEndLRA

      @GET @Path("/end-supports") jakarta.ws.rs.core.Response supportsEndLRA(@HeaderParam("Long-Running-Action") URI lraId)
    • notSupportedEndLRA

      @GET @Path("/end-not-supported") jakarta.ws.rs.core.Response notSupportedEndLRA(@HeaderParam("Long-Running-Action") URI lraId)
    • neverEndLRA

      @GET @Path("/end-never") jakarta.ws.rs.core.Response neverEndLRA(@HeaderParam("Long-Running-Action") URI lraId)