corda/client
Dimos Raptis 8962d930d4 [CORDA-2923] - Make the RPC client reconnect with gracefulReconnect param (#5244)
When set to true the RPC client will:

* automatically reconnect when the connection is broken
* simple RPC calls will block until connection is established
* Observables returned from RPC will automatically resubscribe on reconnect so the client continues to receive events. This doesn't guarantee that events will not be lost during the reconnect.
2019-07-16 11:29:21 +01:00
..
jackson ENT-3496: dumpCheckpoints shell command (#5171) 2019-06-26 15:31:02 +01:00
jfx [CORDA-2923] - Make the RPC client reconnect with gracefulReconnect param (#5244) 2019-07-16 11:29:21 +01:00
mock CORDA-2893, ENT-3422: Tweak JUnit 5 configurations to keep vintage engine off compile classpaths. (#5138) 2019-05-20 11:57:56 +01:00
rpc [CORDA-2923] - Make the RPC client reconnect with gracefulReconnect param (#5244) 2019-07-16 11:29:21 +01:00