@Retention(value=RUNTIME) public @interface Merge
Indicate the an @Incoming
is connected to several upstream sources and merge the content according to the given
policy.
Modifier and Type | Optional Element and Description |
---|---|
Merge.Mode |
value |
public abstract Merge.Mode value
Copyright © 2018–2021 SmallRye. All rights reserved.