Class BeanUsingThrowExceptionStrategy
- java.lang.Object
-
- org.eclipse.microprofile.reactive.messaging.tck.channel.overflow.BeanUsingThrowExceptionStrategy
-
@ApplicationScoped public class BeanUsingThrowExceptionStrategy extends Object
-
-
Constructor Summary
Constructors Constructor Description BeanUsingThrowExceptionStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
accepted()
org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<String>
consume(org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<String> values)
Throwable
failure()
void
out(String s)
List<String>
output()
List<String>
rejected()
void
terminate()
void
tryEmitOne()
void
tryEmitTen()
-
-
-
Method Detail
-
terminate
@PreDestroy public void terminate()
-
failure
public Throwable failure()
-
tryEmitOne
public void tryEmitOne()
-
tryEmitTen
public void tryEmitTen()
-
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)
-
-