public class ObjectStoreOptions extends FeatureOptions
Builder
.Modifier and Type | Class and Description |
---|---|
static class |
ObjectStoreOptions.Builder
ObjectStoreOptions can be created using a Builder.
|
Modifier and Type | Method and Description |
---|---|
static ObjectStoreOptions.Builder |
builder()
Creates a builder for the options.
|
static ObjectStoreOptions.Builder |
builder(JetStreamOptions jso)
Creates a builder to copy the options.
|
static ObjectStoreOptions.Builder |
builder(ObjectStoreOptions oso)
Creates a builder to copy the options.
|
getJetStreamOptions
public static ObjectStoreOptions.Builder builder()
public static ObjectStoreOptions.Builder builder(ObjectStoreOptions oso)
oso
- an existing ObjectStoreOptionspublic static ObjectStoreOptions.Builder builder(JetStreamOptions jso)
jso
- an existing JetStreamOptions