| Package | Description | 
|---|---|
| com.hazelcast.config | Provides classes for configuring HazelcastInstance. | 
| com.hazelcast.wan | This package contains the WAN replication API | 
| Modifier and Type | Method and Description | 
|---|---|
| WanConsumerConfig | WanReplicationConfig. getConsumerConfig()Returns the  WAN consumer configurationfor this
 WAN replication. | 
| WanConsumerConfig | WanConsumerConfig. setClassName(String className)Sets the fully qualified class name of the class implementing
  WanConsumer. | 
| WanConsumerConfig | WanConsumerConfig. setImplementation(WanConsumer implementation)Sets the implementation for this WAN consumer. | 
| WanConsumerConfig | WanConsumerConfig. setPersistWanReplicatedData(boolean persistWanReplicatedData) | 
| WanConsumerConfig | WanConsumerConfig. setProperties(Map<String,Comparable> properties)Sets the properties for the custom WAN consumer. | 
| Modifier and Type | Method and Description | 
|---|---|
| WanReplicationConfig | WanReplicationConfig. setConsumerConfig(WanConsumerConfig consumerConfig)Sets the  WAN consumer configurationfor this
 WAN replication. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | WanConsumer. init(String wanReplicationName,
    WanConsumerConfig config)Initialize the WAN consumer. | 
Copyright © 2021 Hazelcast, Inc.. All rights reserved.