Annotation Interface ChannelInternal
@Qualifier
@Retention(RUNTIME)
@Target({METHOD,CONSTRUCTOR,FIELD,PARAMETER})
public @interface ChannelInternal
Used for indirect injection of Emitters and Publishers.
 DO NOT USE DIRECTLY. Usage is computed by this CDI extension.
- 
Required Element SummaryRequired Elements
- 
Element Details- 
valueString valueChannel name.- Returns:
- name of the channel
 
 
-