Interface ConfigServerBootstrapper.LoaderInvocation
- All Superinterfaces:
BiFunction<org.springframework.boot.context.config.ConfigDataLoaderContext, ConfigServerConfigDataResource, org.springframework.boot.context.config.ConfigData>
- Enclosing class:
ConfigServerBootstrapper
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface ConfigServerBootstrapper.LoaderInvocation
extends BiFunction<org.springframework.boot.context.config.ConfigDataLoaderContext, ConfigServerConfigDataResource, org.springframework.boot.context.config.ConfigData>
-
Method Summary
Methods inherited from interface BiFunction
andThen, apply