Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoteMgr ¶
type RemoteMgr struct {
// contains filtered or unexported fields
}
管理所有远端的session
func NewRemoteMgr ¶
func NewRemoteMgr() *RemoteMgr
func (*RemoteMgr) SendMsg ¶ added in v1.0.4
func (s *RemoteMgr) SendMsg(addr string, sourceId, targetId, requestId string, msg proto.Message) error
远端actor发送消息
func (*RemoteMgr) Start ¶
func (s *RemoteMgr) Start(actorSystem remote_provider.RemoteHandler) error
func (*RemoteMgr) StopClient ¶
Click to show internal directories.
Click to hide internal directories.