Class Fallback.DEFAULT

java.lang.Object
org.eclipse.microprofile.faulttolerance.Fallback.DEFAULT
All Implemented Interfaces:
FallbackHandler<Void>
Enclosing class:
Fallback

public static class Fallback.DEFAULT extends Object implements FallbackHandler<Void>
Create a default class so the value is not required to be set all the time.
  • Constructor Details

    • DEFAULT

      public DEFAULT()
  • Method Details

    • handle

      public Void handle(ExecutionContext context)
      Description copied from interface: FallbackHandler
      Handle the previous calling failure and then call alternative methods or perform any alternative operations.
      Specified by:
      handle in interface FallbackHandler<Void>
      Parameters:
      context - the execution context
      Returns:
      the result of the fallback