@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Blocking
| Modifier and Type | Fields and Description |
|---|---|
static String |
DEFAULT_WORKER_POOL |
public static final String DEFAULT_WORKER_POOL
public abstract String value
smallrye.messaging.worker.{pool-name}.max-concurrencypublic abstract boolean ordered
true, the results are emitted in
the same order as the input, preserving the ordering.
When ordered is set to false, results are emitted as soon as
the blocking computation has terminated,
regardless of whether the computation of previous messages has completed.Copyright © 2018–2020 SmallRye. All rights reserved.