mirror of
https://github.com/corda/corda.git
synced 2024-12-25 23:51:10 +00:00
4d83f1489f
The RPC mechanism uses message queues and is essentially conventional except for the fact that it supports marshalling observables. An observable encapsulates a stream of ongoing events, and server-side observables sent to the client are automatically bound to message queues and managed by Artemis.
8 lines
174 B
Groovy
8 lines
174 B
Groovy
rootProject.name = 'r3prototyping'
|
|
include 'contracts'
|
|
include 'contracts:isolated'
|
|
include 'core'
|
|
include 'node'
|
|
include 'client'
|
|
include 'experimental'
|
|
include 'test-utils' |