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