public static class DynamicConfigAddTopicConfigCodec.RequestParameters extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
globalOrderingEnabled
when
true all nodes listening to the same topic get their messages in
the same order |
List<ListenerConfigHolder> |
listenerConfigs
message listener configurations
|
boolean |
multiThreadingEnabled
true to enable multi-threaded processing of incoming messages, otherwise
a single thread will handle all topic messages |
String |
name
topic's name
|
boolean |
statisticsEnabled
true to enable gathering of statistics, otherwise false |
Constructor and Description |
---|
RequestParameters() |
public String name
public boolean globalOrderingEnabled
true
all nodes listening to the same topic get their messages in
the same orderpublic boolean statisticsEnabled
true
to enable gathering of statistics, otherwise false
public boolean multiThreadingEnabled
true
to enable multi-threaded processing of incoming messages, otherwise
a single thread will handle all topic messagespublic List<ListenerConfigHolder> listenerConfigs
Copyright © 2019 Hazelcast, Inc.. All rights reserved.