public class KeyValueOptions
extends java.lang.Object
Builder.| Modifier and Type | Class and Description |
|---|---|
static class |
KeyValueOptions.Builder
KeyValueOptions can be created using a Builder.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyValueOptions.Builder |
builder()
Creates a builder for the publish options.
|
static KeyValueOptions.Builder |
builder(KeyValueOptions jso)
Creates a builder to copy the options.
|
JetStreamOptions |
getJetStreamOptions()
Gets the JetStream options for a KeyValue store
|
public JetStreamOptions getJetStreamOptions()
public static KeyValueOptions.Builder builder()
public static KeyValueOptions.Builder builder(KeyValueOptions jso)
jso - an existing JetStreamOptions