Overview
-
module Async-
module Bus-
class ClientRepresents a client that can connect to a server.
-
class ControllerBase class for controller objects designed to be proxied over Async::Bus.
-
module Protocol-
class ConnectionRepresents a connection between client and server for message passing.
-
class InvokeRepresents a method invocation.
-
class ProxyA proxy object that forwards method calls to a remote object.
-
class ReleaseRepresents a named object that has been released (no longer available).
-
class ResponseRepresents a response message from a remote procedure call.
-
class TransactionRepresents a transaction for a remote procedure call.
-
class WrapperRepresents a MessagePack factory wrapper for async-bus serialization.
-
class ServerRepresents a server that accepts async-bus connections.
-
-