Class WanBatchPublisherConfig

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

public class WanBatchPublisherConfig
extends AbstractWanPublisherConfig
Configuration object for the built-in WAN publisher (available in Hazelcast Enterprise). The publisher sends events to another Hazelcast cluster in batches, sending when either when enough events are enqueued or enqueued events have waited for enough time. The publisher can be a different cluster defined by static IP's or discovered using a cloud discovery mechanism.
See Also:
DiscoveryConfig, AwsConfig