Class BeanInjectedWithDifferentFlavorsOfTheSameChannel
- java.lang.Object
-
- org.eclipse.microprofile.reactive.messaging.tck.channel.BeanInjectedWithDifferentFlavorsOfTheSameChannel
-
@ApplicationScoped public class BeanInjectedWithDifferentFlavorsOfTheSameChannel extends Object
-
-
Constructor Summary
Constructors Constructor Description BeanInjectedWithDifferentFlavorsOfTheSameChannel()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>consume()org.reactivestreams.Publisher<String>hello1()org.reactivestreams.Publisher<String>hello2()org.reactivestreams.Publisher<String>hello3()org.reactivestreams.Publisher<String>hello4()org.reactivestreams.Publisher<String>hello5()org.reactivestreams.Publisher<String>hello6()
-
-
-
Method Detail
-
hello1
public org.reactivestreams.Publisher<String> hello1()
-
hello2
public org.reactivestreams.Publisher<String> hello2()
-
hello3
public org.reactivestreams.Publisher<String> hello3()
-
hello4
public org.reactivestreams.Publisher<String> hello4()
-
hello5
public org.reactivestreams.Publisher<String> hello5()
-
hello6
public org.reactivestreams.Publisher<String> hello6()
-
-