@ApplicationScoped public class BeanWithChain extends Object
Constructor and Description |
---|
BeanWithChain() |
Modifier and Type | Method and Description |
---|---|
org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<String> |
filter(org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<String> input) |
List<String> |
list() |
void |
sink(String word) |
org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<String> |
source() |
String |
toUpperCase(String payload) |
public org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<String> source()
public org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<String> filter(org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<String> input)
public void sink(String word)
Copyright © 2018 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.