View source
class AbstractEvent
package feathers.rpc.events
extends MessageEvent
extended by FaultEvent, InvokeEvent, ResultEvent
The base class for events that RPC services dispatch.
Variables
read onlytoken:AsyncToken
The token that represents the call to the method. Used in the asynchronous completion token pattern.