WithDefault Method
WithDefault(String, String)
Adds a default key/value pair to use when building the options.
Declaration
public HazelcastOptionsBuilder WithDefault(string key, string value)
Parameters
String | key | The key. |
String | value | The value. |
Returns
HazelcastOptionsBuilder | This options builder. |