public final class EventMetadataImpl extends Object implements ExperimentalEventMetadata
EventMetadata implementation.| Constructor and Description |
|---|
EventMetadataImpl(Type type,
InjectionPoint injectionPoint,
Annotation[] qualifiers) |
EventMetadataImpl(Type type,
InjectionPoint injectionPoint,
Set<Annotation> qualifiers,
boolean isAsync) |
| Modifier and Type | Method and Description |
|---|---|
InjectionPoint |
getInjectionPoint() |
Set<Annotation> |
getQualifiers() |
Type |
getType() |
boolean |
isAsync()
Indicates whether this event was fired asynchronously.
|
String |
toString() |
public EventMetadataImpl(Type type, InjectionPoint injectionPoint, Set<Annotation> qualifiers, boolean isAsync)
public EventMetadataImpl(Type type, InjectionPoint injectionPoint, Annotation[] qualifiers)
public Set<Annotation> getQualifiers()
getQualifiers in interface EventMetadatapublic InjectionPoint getInjectionPoint()
getInjectionPoint in interface EventMetadatapublic Type getType()
getType in interface EventMetadatapublic boolean isAsync()
ExperimentalEventMetadataisAsync in interface ExperimentalEventMetadataCopyright © 2015. All Rights Reserved.