Property | Type | Description | |
---|---|---|---|
NumberOfContacts | int | ||
ResponseTunnelReceiveTimeout | System.TimeSpan | ||
Role | string |
Method | Description | |
---|---|---|
ClusterReceptionistSettings ( string role, int numberOfContacts, System.TimeSpan responseTunnelReceiveTimeout ) : System | ||
Create ( ActorSystem system ) : |
Create settings from the default configuration "akka.cluster.client.receptionist".
|
|
Create ( |
Create settings from a configuration with the same layout as the default configuration "akka.cluster.client.receptionist".
|
|
WithNumberOfContacts ( int numberOfContacts ) : |
||
WithResponseTunnelReceiveTimeout ( System.TimeSpan responseTunnelReceiveTimeout ) : |
||
WithRole ( string role ) : |
||
WithoutRole ( ) : |
Method | Description | |
---|---|---|
Copy ( string role = null, int numberOfContacts = null, System.TimeSpan responseTunnelReceiveTimeout = null ) : |
public ClusterReceptionistSettings ( string role, int numberOfContacts, System.TimeSpan responseTunnelReceiveTimeout ) : System | ||
role | string | |
numberOfContacts | int | |
responseTunnelReceiveTimeout | System.TimeSpan | |
return | System |
public static Create ( ActorSystem system ) : |
||
system | ActorSystem | |
return |
public static Create ( |
||
config | ||
return |
public WithNumberOfContacts ( int numberOfContacts ) : |
||
numberOfContacts | int | |
return |
public WithResponseTunnelReceiveTimeout ( System.TimeSpan responseTunnelReceiveTimeout ) : |
||
responseTunnelReceiveTimeout | System.TimeSpan | |
return |
public WithRole ( string role ) : |
||
role | string | |
return |
public WithoutRole ( ) : |
||
return |
public TimeSpan,System ResponseTunnelReceiveTimeout | ||
return | System.TimeSpan |