List of usage examples for java.util.function Consumer interface-usage
From source file org.springframework.cloud.function.context.ContextFunctionCatalogAutoConfiguration.java
class ProxyConsumer extends ProxyWrapper<Consumer<Flux<?>>> implements Consumer<Flux<String>> { @Autowired public ProxyConsumer(ObjectMapper mapper) { super(mapper); }