public static class DynamicConfigAddReliableTopicConfigCodec.RequestParameters extends Object
| Modifier and Type | Field and Description |
|---|---|
Data |
executor
a serialized
Executor instance to use for executing
message listeners or null |
List<ListenerConfigHolder> |
listenerConfigs
message listener configurations
|
String |
name
name of reliable topic
|
int |
readBatchSize
maximum number of items to read in a batch.
|
boolean |
statisticsEnabled
true to enable gathering of statistics, otherwise false |
String |
topicOverloadPolicy
policy to handle an overloaded topic.
|
| Constructor and Description |
|---|
RequestParameters() |
public String name
public List<ListenerConfigHolder> listenerConfigs
public int readBatchSize
public boolean statisticsEnabled
true to enable gathering of statistics, otherwise falsepublic String topicOverloadPolicy
DISCARD_OLDEST,
DISCARD_NEWEST, BLOCK and ERROR.Copyright © 2019 Hazelcast, Inc.. All rights reserved.