public interface WanProtocolVersionAware
| Modifier and Type | Method and Description | 
|---|---|
| Version | getWanProtocolVersion()Returns the WAN protocol version. | 
| void | setWanProtocolVersion(Version version)Sets the WAN protocol version. | 
Version getWanProtocolVersion()
VersionAware.getVersion() but is used in WAN replication, not in
 message exchange inside a single cluster.Version.UNKNOWN if not setVersionAware.getVersion()void setWanProtocolVersion(Version version)
VersionAware.setVersion(Version) but is used in WAN replication,
 not in message exchange inside a single cluster.version - the WAN protocol versionVersionAware.setVersion(Version)Copyright © 2022 Hazelcast, Inc.. All rights reserved.