public abstract class FeatureOptions
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
FeatureOptions.Builder<B,FO>
KeyValueOptions can be created using a Builder.
|
| Modifier | Constructor and Description |
|---|---|
protected |
FeatureOptions(FeatureOptions.Builder b) |
| Modifier and Type | Method and Description |
|---|---|
JetStreamOptions |
getJetStreamOptions()
Gets the JetStream options
|
protected FeatureOptions(FeatureOptions.Builder b)
public JetStreamOptions getJetStreamOptions()