Added Gossip messages and management to remote protocol. Various refactorings and improvements of remoting layer.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
This commit is contained in:
parent
2fcafb205d
commit
c8215dfd54
10 changed files with 257 additions and 230 deletions
|
|
@ -14,6 +14,7 @@ import java.net.InetSocketAddress
|
|||
/**
|
||||
* An Iterable that also contains a version.
|
||||
*/
|
||||
// FIXME REMOVE VersionedIterable
|
||||
trait VersionedIterable[A] {
|
||||
val version: Long
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue