Interface ServiceInstanceListSupplierBuilder.DelegateCreator
-
- All Superinterfaces:
BiFunction<org.springframework.context.ConfigurableApplicationContext,ServiceInstanceListSupplier,ServiceInstanceListSupplier>
- Enclosing class:
- ServiceInstanceListSupplierBuilder
public static interface ServiceInstanceListSupplierBuilder.DelegateCreator extends BiFunction<org.springframework.context.ConfigurableApplicationContext,ServiceInstanceListSupplier,ServiceInstanceListSupplier>
Allows creating aServiceInstanceListSupplierinstance based on providedConfigurableApplicationContextand anotherServiceInstanceListSupplierinstance that will be used as a delegate.
-
-
Method Summary
-
Methods inherited from interface java.util.function.BiFunction
andThen, apply
-
-