@Generated(value="847a840b71c578014e2bb02efaf0bc1b") public final class DynamicConfigAddReliableTopicConfigCodec extends Object
name
already exists, then
the new configuration is ignored and the existing one is preserved.Modifier and Type | Class and Description |
---|---|
static class |
DynamicConfigAddReliableTopicConfigCodec.RequestParameters |
static class |
DynamicConfigAddReliableTopicConfigCodec.ResponseParameters |
Modifier and Type | Field and Description |
---|---|
static int |
REQUEST_MESSAGE_TYPE |
static int |
RESPONSE_MESSAGE_TYPE |
Modifier and Type | Method and Description |
---|---|
static DynamicConfigAddReliableTopicConfigCodec.RequestParameters |
decodeRequest(ClientMessage clientMessage) |
static DynamicConfigAddReliableTopicConfigCodec.ResponseParameters |
decodeResponse(ClientMessage clientMessage) |
static ClientMessage |
encodeRequest(String name,
Collection<ListenerConfigHolder> listenerConfigs,
int readBatchSize,
boolean statisticsEnabled,
String topicOverloadPolicy,
Data executor) |
static ClientMessage |
encodeResponse() |
public static final int REQUEST_MESSAGE_TYPE
public static final int RESPONSE_MESSAGE_TYPE
public static ClientMessage encodeRequest(String name, Collection<ListenerConfigHolder> listenerConfigs, int readBatchSize, boolean statisticsEnabled, String topicOverloadPolicy, Data executor)
public static DynamicConfigAddReliableTopicConfigCodec.RequestParameters decodeRequest(ClientMessage clientMessage)
public static ClientMessage encodeResponse()
public static DynamicConfigAddReliableTopicConfigCodec.ResponseParameters decodeResponse(ClientMessage clientMessage)
Copyright © 2019 Hazelcast, Inc.. All rights reserved.