Class ConnectorLiteral
java.lang.Object
javax.enterprise.util.AnnotationLiteral<Connector>
org.eclipse.microprofile.reactive.messaging.spi.ConnectorLiteral
- All Implemented Interfaces:
Annotation
Supports inline instantiation of the
Connector
qualifier.- See Also:
-
Method Summary
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Method Details
-
of
Creates a new instance ofConnectorLiteral
.- Parameters:
value
- the name of the connector, must not benull
, must not beblank
- Returns:
- the
ConnectorLiteral
instance.
-
value
- Returns:
- the connector name.
-