Class SourceBean
- java.lang.Object
-
- org.eclipse.microprofile.reactive.messaging.tck.channel.SourceBean
-
@ApplicationScoped public class SourceBean extends Object
-
-
Constructor Summary
Constructors Constructor Description SourceBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.microprofile.reactive.streams.operators.ProcessorBuilder<String,Object>
bonjour()
org.reactivestreams.Publisher<String>
hello()
org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<String>
raw()
-