@Retention(value=RUNTIME) @Target(value={METHOD,CONSTRUCTOR,FIELD,PARAMETER}) public @interface Broadcast
Modifier and Type | Optional Element and Description |
---|---|
int |
value
Indicates the number of subscribers required before dispatching the items.
|
Copyright © 2018–2021 SmallRye. All rights reserved.