Package org.apache.ignite.client.events
Class ClientFailEvent
- java.lang.Object
- 
- org.apache.ignite.client.events.ClientFailEvent
 
- 
- All Implemented Interfaces:
- ClientLifecycleEvent
 
 public class ClientFailEvent extends Object implements ClientLifecycleEvent Event, triggered when Ignite client is failed to start.
- 
- 
Constructor SummaryConstructors Constructor Description ClientFailEvent(ClientConfiguration cfg, Throwable throwable)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientConfigurationconfiguration()Throwablethrowable()
 
- 
- 
- 
Constructor Detail- 
ClientFailEventpublic ClientFailEvent(ClientConfiguration cfg, Throwable throwable) - Parameters:
- cfg- Client configuration.
- throwable- Throwable that caused the failure.
 
 
- 
 - 
Method Detail- 
configurationpublic ClientConfiguration configuration() - Returns:
- Client configuration.
 
 - 
throwablepublic Throwable throwable() - Returns:
- A cause of the failure.
 
 
- 
 
-