Interface FallbackConfig

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

public interface FallbackConfig extends org.eclipse.microprofile.faulttolerance.Fallback, ConfigDeclarativeOnly
  • 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, fail, fail, materialize

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

    beanClass, isOnMethod, method
  • Method Details

    • validate

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