Interface FallbackConfig

All Superinterfaces:
Annotation, Config
All Known Implementing Classes:
FallbackConfigImpl

public interface FallbackConfig extends org.eclipse.microprofile.faulttolerance.Fallback, Config
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.eclipse.microprofile.faulttolerance.Fallback

    org.eclipse.microprofile.faulttolerance.Fallback.DEFAULT
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     

    Methods inherited from interface io.smallrye.faulttolerance.autoconfig.Config

    annotationType, beanClass, isOnMethod, materialize, method
  • Method Details

    • validate

      default void validate()
      Specified by:
      validate in interface Config