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 a ServiceInstanceListSupplier instance based on provided ConfigurableApplicationContext and another ServiceInstanceListSupplier instance that will be used as a delegate.
Author:
Spencer Gibb, Olga Maciaszek-Sharma, Zhiguo Chen, Sabyasachi Bhattacharya, Zhuozhi Ji