public interface Buffer
Modifier and Type | Method and Description |
---|---|
void |
add(Event event)
Buffer the
Event so that it can be flushed to the Sentry server at a later
point in time. |
void |
discard(Event event)
Discard and
Event from the buffer. |
Iterator<Event> |
getEvents()
Returns an Iterator of
Event s in the buffer. |
Copyright © 2012–2017. All rights reserved.