@ApplicationScoped public class BeanWithFailOverflowStrategy extends Object
Constructor and Description |
---|
BeanWithFailOverflowStrategy() |
Modifier and Type | Method and 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() |
@PreDestroy public void terminate()
public Throwable failure()
public Exception exception()
public void emitThree()
public void emitALotOfItems()
public org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<String> consume(org.eclipse.microprofile.reactive.streams.operators.PublisherBuilder<String> values)
public void out(String s)
Copyright © 2018 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.