Giriş
Şu satırı dahil ederiz
import com.hazelcast.client.properties.ClientProperty;
Örnek
Şöyle yaparız. Bu client her bir RPC isteği için 10 saniyede cevap bekliyor.
ClientConfig clientConfig = new ClientConfig(); clientConfig.setProperty(ClientProperty.INVOCATION_TIMEOUT_SECONDS.getName(), "10");
Hiç yorum yok:
Yorum Gönder