Class SyncConfiguration

  • All Implemented Interfaces:
    Matchable<SyncConfiguration>

    @Deprecated
    public class SyncConfiguration
    extends Object
    implements Matchable<SyncConfiguration>
    Deprecated.
    Since 9.0, the replTimeout attribute is now ClusteringConfiguration.remoteTimeout.
    If configured all communications are synchronous, in that whenever a thread sends a message sent over the wire, it blocks until it receives an acknowledgment from the recipient. SyncConfig is mutually exclusive with the AsyncConfig.