Annotation Type Merge
- 
@Retention(RUNTIME) public @interface Merge
Temporary annotation - must be copied to spec.Indicate the an
@Incomingis connected to several upstream sources and merge the content according to the given policy. 
- 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Merge.Modevalue 
 - 
 
- 
- 
Element Detail
- 
value
Merge.Mode value
- Default:
 - io.smallrye.reactive.messaging.annotations.Merge.Mode.MERGE
 
 
 - 
 
 -