Example usage for java.util.function Consumer interface-usage

List of usage examples for java.util.function Consumer interface-usage

Introduction

In this page you can find the example usage for java.util.function Consumer interface-usage.

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);
    }