org.infinispan.config
Interface Configuration.SyncConfig

All Known Implementing Classes:
Configuration.SyncType
Enclosing class:
Configuration

public static interface Configuration.SyncConfig

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.

Since:
5.0
Author:
Vladimir Blagojevic

Method Summary
 Configuration.SyncConfig replTimeout(Long replTimeout)
          This is the timeout used to wait for an acknowledgment when making a remote call, after which the call is aborted and an exception is thrown.
 

Method Detail

replTimeout

Configuration.SyncConfig replTimeout(Long replTimeout)
This is the timeout used to wait for an acknowledgment when making a remote call, after which the call is aborted and an exception is thrown.

Parameters:
syncReplTimeout -
timeUnit -


Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.