Class WanConsumerConfig

java.lang.Object
com.hazelcast.config.WanConsumerConfig
All Implemented Interfaces:
DataSerializable, IdentifiedDataSerializable

public class WanConsumerConfig
extends Object
implements IdentifiedDataSerializable
Config for processing WAN events received from a target cluster. You can configure certain behaviour when processing incoming WAN events or even configure your own implementation for a WAN consumer. A custom WAN consumer allows you to define custom processing logic and is usually used in combination with a custom WAN publisher. A custom consumer is optional and you may simply omit defining it which will cause the default processing logic to be used.

NOTE: EE only

See Also:
WanReplicationConfig.setConsumerConfig(WanConsumerConfig), WanCustomPublisherConfig.setClassName(String)