public interface EmitterController
extends com.snowplowanalytics.snowplow.internal.emitter.EmitterConfigurationInterface
| Modifier and Type | Method and Description |
|---|---|
long |
getDbCount()
Number of events recorded in the EventStore.
|
boolean |
isSending()
Whether the emitter is currently sending events.
|
void |
pause()
Pause emitting events.
|
void |
resume()
Resume emitting events if previously paused.
|
getBufferOption, getByteLimitGet, getByteLimitPost, getEmitRange, getEventStore, getRequestCallback, getThreadPoolSize, setBufferOption, setByteLimitGet, setByteLimitPost, setEmitRange, setRequestCallbacklong getDbCount()
boolean isSending()
void pause()
void resume()