Module object
Source - ObjectRef
- When the concrete type of an object is known statically, we can provide
an ObjectRef wrapper around the ObjectId in order to make downcasting
simpler.
- ObjectRefSet
- A collection of
ObjectRef
s. - RequestDispatcher
- Implements a |MessageReceiver| that can decode a request into the
appropriate request type for an |Interface|, and then invoke an
|Implementation|
- ObjectLookupError
- Errors generated when looking up objects from the map.
- ObjectMapError
- MessageReceiver
- NewObjectExt
- RequestReceiver
- The |RequestReceiver| trait is what high level code will use to work with
request messages for a given type.