corda/.idea
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
..
codeStyles CORDA-2769 - fixed infinite recursive call for copy implementation. (#4912) 2019-03-27 18:51:35 +00:00
runConfigurations [CORDA:936]: Enable RPC layer to work with SSL 2018-01-23 16:23:37 +00:00
scopes Add an IntelliJ scope that covers the currently supported Corda API. 2017-09-27 11:47:34 +02:00
codeStyleSettings.xml Initial stub for IntelliJ Code Style settings (#1832) 2017-10-09 13:24:17 +01:00
compiler.xml [CORDA-2923] - Make the RPC client reconnect with gracefulReconnect param (#5244) 2019-07-16 11:29:21 +01:00