Class ApplicationBeans
- java.lang.Object
-
- org.eclipse.microprofile.reactive.messaging.tck.scope.ApplicationBeans
-
@ApplicationScoped public class ApplicationBeans extends Object
-
-
Constructor Summary
Constructors Constructor Description ApplicationBeans()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Integer>
getList()
static List<Integer>
getStaticList()
int
process(int i)
void
sink(int v)
org.reactivestreams.Publisher<Integer>
source()
-