Class AsynchronousClientForValidationMethod

java.lang.Object
org.eclipse.microprofile.fault.tolerance.tck.invalidParameters.AsynchronousClientForValidationMethod

@ApplicationScoped public class AsynchronousClientForValidationMethod extends Object
  • Constructor Details

    • AsynchronousClientForValidationMethod

      public AsynchronousClientForValidationMethod()
  • Method Details

    • getString

      @Asynchronous public String getString()
      Invalid because it's annotated with Asynchronous but does not return Future or CompletionStage
      Returns:
      "foo"