static class EventsMonitor.EventInfo extends Object
| Constructor and Description |
|---|
EventInfo(Type type,
List<Annotation> qualifiers) |
| Modifier and Type | Method and Description |
|---|---|
(package private) static EventsMonitor.EventInfo |
from(javax.enterprise.inject.spi.EventMetadata eventMetadata) |
List<Annotation> |
getQualifiers() |
LocalDateTime |
getTimestamp() |
String |
getType() |
EventInfo(Type type, List<Annotation> qualifiers)
static EventsMonitor.EventInfo from(javax.enterprise.inject.spi.EventMetadata eventMetadata)
public LocalDateTime getTimestamp()
public String getType()
public List<Annotation> getQualifiers()
Copyright © 2021 JBoss by Red Hat. All rights reserved.