Modifier and Type | Method and Description |
---|---|
void |
EmailTemplateProvider.sendEvent(Event event) |
Modifier and Type | Method and Description |
---|---|
void |
FreeMarkerEmailTemplateProvider.sendEvent(Event event) |
Constructor and Description |
---|
EventBean(Event event) |
Modifier and Type | Method and Description |
---|---|
Event |
Event.clone() |
Event |
EventBuilder.getEvent() |
Modifier and Type | Method and Description |
---|---|
default List<Event> |
EventQuery.getResultList()
Deprecated.
Use
getResultStream instead. |
Stream<Event> |
EventQuery.getResultStream()
Returns requested results that match given criteria as a stream.
|
Modifier and Type | Method and Description |
---|---|
void |
EventListenerTransaction.addEvent(Event event) |
void |
EventListenerProvider.onEvent(Event event)
Called when a user event occurs e.g.
|
Constructor and Description |
---|
EventListenerTransaction(BiConsumer<AdminEvent,Boolean> adminEventConsumer,
Consumer<Event> eventConsumer) |
Modifier and Type | Method and Description |
---|---|
void |
EmailEventListenerProvider.onEvent(Event event) |
Modifier and Type | Method and Description |
---|---|
Stream<Event> |
JpaEventQuery.getResultStream() |
Modifier and Type | Method and Description |
---|---|
void |
JpaEventStoreProvider.onEvent(Event event) |
Modifier and Type | Method and Description |
---|---|
void |
JBossLoggingEventListenerProvider.onEvent(Event event) |
Modifier and Type | Method and Description |
---|---|
AccountProvider |
AccountProvider.setEvents(List<Event> events) |
Modifier and Type | Field and Description |
---|---|
protected List<Event> |
FreeMarkerAccountProvider.events |
Modifier and Type | Method and Description |
---|---|
AccountProvider |
FreeMarkerAccountProvider.setEvents(List<Event> events) |
Constructor and Description |
---|
EventBean(Event event) |
Constructor and Description |
---|
LogBean(List<Event> events) |
Modifier and Type | Method and Description |
---|---|
static EventRepresentation |
ModelToRepresentation.toRepresentation(Event event) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.