public class ReactorOptions extends Object
| Constructor and Description |
|---|
ReactorOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isEnableSaslByDefault()
Returns whether SASL should be enabled by default.
|
void |
setEnableSaslByDefault(boolean enableSaslByDefault)
Sets whether SASL will be automatically enabled with ANONYMOUS as the mechanism,
or if no SASL layer will be enabled.
|
public void setEnableSaslByDefault(boolean enableSaslByDefault)
enableSaslByDefault - true if SASL should be enabled by default, false if not.public boolean isEnableSaslByDefault()
setEnableSaslByDefault(boolean)Copyright © 2017 The Apache Software Foundation. All rights reserved.