Interface ConsulBootstrapper.LoaderInvocation

All Superinterfaces:
BiFunction<org.springframework.boot.context.config.ConfigDataLoaderContext,ConsulConfigDataResource,org.springframework.boot.context.config.ConfigData>
Enclosing class:
ConsulBootstrapper
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 ConsulBootstrapper.LoaderInvocation extends BiFunction<org.springframework.boot.context.config.ConfigDataLoaderContext,ConsulConfigDataResource,org.springframework.boot.context.config.ConfigData>