Class BeanWithFailOverflowStrategy
- java.lang.Object
-
- org.eclipse.microprofile.reactive.messaging.tck.channel.overflow.BeanWithFailOverflowStrategy
-
@ApplicationScoped public class BeanWithFailOverflowStrategy extends Object
-
-
Constructor Summary
Constructors Constructor Description BeanWithFailOverflowStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<String>
consume(org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<String> values)
void
emitALotOfItems()
void
emitThree()
Exception
exception()
Throwable
failure()
void
out(String s)
List<String>
output()
void
terminate()
-
-
-
Method Detail
-
terminate
@PreDestroy public void terminate()
-
failure
public Throwable failure()
-
exception
public Exception exception()
-
emitThree
public void emitThree()
-
emitALotOfItems
public void emitALotOfItems()
-
consume
public org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<String> consume(org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<String> values)
-
out
public void out(String s)
-
-