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 Summary
-
Element Details
-
value
String valueChannel name.- Returns:
- name of the channel
-