Class BeanWithChain
- java.lang.Object
-
- org.eclipse.microprofile.reactive.messaging.tck.BeanWithChain
-
@ApplicationScoped public class BeanWithChain extends Object
-
-
Constructor Summary
Constructors Constructor Description BeanWithChain()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
source
public org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<String> source()
-
filter
public org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<String> filter(org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<String> input)
-
sink
public void sink(String word)
-
-