Package acme
Class Main
- java.lang.Object
-
- acme.Main
-
@ApplicationScoped public class Main extends Object
-
-
Constructor Summary
Constructors Constructor Description Main()
-
Method Summary
All Methods Static 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)
static void
main(String[] args)
void
sink(String word)
org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<String>
source()
String
toUpperCase(String payload)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
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)
-
-