-
public abstract class EventsPayload<T extends Event>
-
-
Field Summary
Fields Modifier and Type Field Description public transient int
numRetries
-
Constructor Summary
Constructors Constructor Description EventsPayload(String application, String appVersion)
-
Method Summary
Modifier and Type Method Description int
getDroppedEvents()
void
setDroppedEvents(intĀ droppedEvents)
String
getApplicationVersion()
String
getApplicationName()
abstract ConcurrentLinkedDeque<T>
getEvents()
-
-
Method Detail
-
getDroppedEvents
int getDroppedEvents()
-
setDroppedEvents
void setDroppedEvents(intĀ droppedEvents)
-
getApplicationVersion
String getApplicationVersion()
-
getApplicationName
String getApplicationName()
-
getEvents
abstract ConcurrentLinkedDeque<T> getEvents()
-
-
-
-