public interface EventSampler
HttpConnection
to decide whether a specific event should actually be
send to the server or not.Modifier and Type | Method and Description |
---|---|
boolean |
shouldSendEvent(Event event)
Decides whether a specific event should be sent to the server or not.
|
boolean shouldSendEvent(Event event)
event
- Event to be checked against the sampling logic.Copyright © 2012–2019. All rights reserved.