Groovy Documentation

Package gpars.actor.impl

 

Class Summary
MessageStream Stream of abstract messages
MessageStream.RemoteMessageStream
MessageStream.SendTo
ReceivingMessageStream @author Alex Tkachman, Vaclav Pech
ReceivingMessageStream.ReplyCategory Enhances objects with the ability to send replies and detect message originators.
RunnableBackedPooledActor Utility class to implement AbstractPooledActor backed by any Runnable (including Closure)
SequentialProcessingActor @author Alex Tkachman, Vaclav Pech
 


Exception Summary
ActorContinuationException An exception indicating end of a work chunk (ActorAction) allowing other ActorAction to get scheduled.
ActorException Pooled actors need to simulate continuations to create stacktrace-less chunks of work (ActorActions) to assign to the threads from the pool.
ActorReplyException Indicates problems sending replies to actors.
ActorStopException An exception indicating Actor stopping request.
ActorTerminationException An exception indicating Actor termination request.
ActorTimeoutException An exception indicating Actor react timeout.
 


Groovy Documentation