Package | Description |
---|---|
groovyx.gpars.actor |
This package holds classes forming the public actor API.
|
groovyx.gpars.actor.impl |
This package holds classes some non-public aspects of actor implementation.
|
groovyx.gpars.dataflow.expression | |
groovyx.gpars.remote |
This package holds classes implementing the remote actors functionality.
|
groovyx.gpars.remote.message |
This package holds message classes for the remote actors implementation.
|
groovyx.gpars.remote.netty |
This package holds implementation-specific classes implementing the remote actors functionality on top of Netty.
|
groovyx.gpars.serial |
This package holds classes used for actor identification in the network.
|
Modifier and Type | Class and Description |
---|---|
static class |
Actor.RemoteActor.StopActorMsg |
static class |
Actor.RemoteActor.TerminateActorMsg |
Modifier and Type | Class and Description |
---|---|
static class |
MessageStream.SendTo |
Modifier and Type | Class and Description |
---|---|
static class |
DataflowExpression.BindDataflow<T>
Represents a remote message binding a value to a remoted DataflowExpression
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteConnection.onMessage(SerialMsg msg) |
abstract void |
RemoteConnection.write(SerialMsg msg) |
void |
RemoteHost.write(SerialMsg msg) |
Modifier and Type | Class and Description |
---|---|
class |
HostIdMsg
Message sent by NetTransportProvider immediately after connection to another host is set up
|
class |
NodeConnectedMsg
Message sent when local node connected to remote host
|
class |
NodeDisconnectedMsg
Message sent when local node disconnected from remote host
|
Modifier and Type | Method and Description |
---|---|
void |
NettyRemoteConnection.write(SerialMsg msg) |
Modifier and Type | Class and Description |
---|---|
static class |
SerialHandle.RemoteSerialHandle.ReleaseHandle |
Modifier and Type | Method and Description |
---|---|
abstract void |
SerialContext.write(SerialMsg msg) |