Package | Description |
---|---|
groovyx.gpars.agent | |
groovyx.gpars.agent.remote | |
groovyx.gpars.remote.message |
This package holds message classes for the remote actors implementation.
|
Modifier and Type | Class and Description |
---|---|
class |
Agent<T>
A special-purpose thread-safe non-blocking reference implementation inspired by Agents in Clojure.
|
(package private) class |
AgentBase<T>
Implements most of Agent's public method in Java
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteAgent<T>
Proxy object for remote Agent instance.
|
Modifier and Type | Field and Description |
---|---|
private AgentCore |
RemoteAgentGetValMsg.agent |
private AgentCore |
RemoteAgentReplyMsg.agent |
private AgentCore |
RemoteAgentSendClosureMessage.agent |
private AgentCore |
RemoteAgentSendMessage.agent |
Constructor and Description |
---|
RemoteAgentGetValMsg(AgentCore agent,
DataflowVariable<T> valueVariable) |