public final class SubscriberOptions
extends java.lang.Object
Subscriber. These options can be set only before a Subscriber
is created.| Modifier and Type | Class and Description |
|---|---|
static class |
SubscriberOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
SDK.AccessMode |
getAccessMode() |
int |
getBaseDrainTimeout() |
Dispatcher |
getDispatcher() |
int |
getPulseInterval() |
int |
getQueueSize() |
Updater |
getUpdater() |
boolean |
isBuffered() |
boolean |
isDroppable() |
boolean |
isLossy() |
boolean |
isNoBase() |
boolean |
isPreserveBlocks() |
boolean |
isShineThrough() |
public boolean isBuffered()
public int getQueueSize()
public int getBaseDrainTimeout()
public int getPulseInterval()
public boolean isShineThrough()
public boolean isDroppable()
public boolean isPreserveBlocks()
public boolean isNoBase()
public boolean isLossy()
public SDK.AccessMode getAccessMode()
public Dispatcher getDispatcher()
public Updater getUpdater()