| Package | Description |
|---|---|
| com.sybase.esp.sdk.data |
| Modifier and Type | Method and Description |
|---|---|
PublisherOptions.BlockingMode |
PublisherOptions.getBlockingMode() |
static PublisherOptions.BlockingMode |
PublisherOptions.BlockingMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PublisherOptions.BlockingMode[] |
PublisherOptions.BlockingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PublisherOptions.Builder |
PublisherOptions.Builder.setBlockingMode(PublisherOptions.BlockingMode mode)
Sets the blocking mode to use.
|