Class SyncConfigurationBuilder

  • All Implemented Interfaces:
    org.infinispan.commons.configuration.Builder<SyncConfiguration>, ClusteringConfigurationChildBuilder, ConfigurationChildBuilder

    @Deprecated
    public class SyncConfigurationBuilder
    extends Object
    implements org.infinispan.commons.configuration.Builder<SyncConfiguration>
    Deprecated.
    Since 9.0, the replTimeout attribute is now ClusteringConfigurationBuilder.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.