@ApplicationScoped public class Main extends Object
Constructor and Description |
---|
Main() |
Modifier and Type | Method and 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) |
public static void main(String[] args)
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–2021 SmallRye. All rights reserved.