public class EventStore extends Object
| Constructor and Description |
|---|
EventStore() |
| Modifier and Type | Method and Description |
|---|---|
void |
addEventUnderProcessing(CustomResourceEvent event) |
void |
addOrReplaceEventAsNotScheduled(CustomResourceEvent event) |
boolean |
containsEventUnderProcessing(String uuid) |
boolean |
containsNotScheduledEvent(String uuid) |
CustomResourceEvent |
removeEventNotScheduled(String uid) |
CustomResourceEvent |
removeEventUnderProcessing(String uid) |
public boolean containsNotScheduledEvent(String uuid)
public CustomResourceEvent removeEventNotScheduled(String uid)
public void addOrReplaceEventAsNotScheduled(CustomResourceEvent event)
public boolean containsEventUnderProcessing(String uuid)
public void addEventUnderProcessing(CustomResourceEvent event)
public CustomResourceEvent removeEventUnderProcessing(String uid)
Copyright © 2020. All rights reserved.