Package | Description |
---|---|
org.xwiki.eventstream |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Optional<EventStatus>> |
EventStore.deleteEventStatus(EventStatus status)
Asynchronously delete from the store the given status.
|
CompletableFuture<Optional<EventStatus>> |
EventStore.deleteMailEntityEvent(EntityEvent event)
Asynchronously delete from the store the given mail status.
|
List<EventStatus> |
EventStatusManager.getEventStatus(List<Event> events,
List<String> entityIds)
Get the list of statuses concerning the given events and the given entities.
|
CompletableFuture<EventStatus> |
EventStore.saveEventStatus(EventStatus status)
Asynchronously save in the storage the given status.
|
CompletableFuture<EventStatus> |
EventStore.saveMailEntityEvent(EntityEvent event)
Asynchronously save in the storage the given mail status.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Optional<EventStatus>> |
EventStore.deleteEventStatus(EventStatus status)
Asynchronously delete from the store the given status.
|
default void |
EventStatusManager.deleteEventStatus(EventStatus eventStatus)
Deprecated.
since 12.5RC1, use
EventStore.deleteEventStatus(EventStatus) instead |
CompletableFuture<EventStatus> |
EventStore.saveEventStatus(EventStatus status)
Asynchronously save in the storage the given status.
|
void |
EventStatusManager.saveEventStatus(EventStatus eventStatus)
Deprecated.
since 12.3RC1, use
EventStore.saveEventStatus(EventStatus) instead |
Copyright © 2004–2021 XWiki. All rights reserved.