Versions in this module Expand all Collapse all v1 v1.0.1 Jan 21, 2025 Changes in this version + func NewSender(senderType string, pid *actor.PID, rpcHandler inf.IRpcHandler) inf.IRpcSender + func NewTmpSender(senderType string, pid *actor.PID, rpcHandler inf.IRpcHandler) inf.IRpcSender + func Register(tp string, creator HandlerCreator) + type HandlerCreator func(sender inf.IRpcSender) inf.IRpcSenderHandler + type Sender struct + func (c *Sender) Close() + func (c *Sender) GetPid() *actor.PID + func (c *Sender) SendRequest(envelope inf.IEnvelope) error + func (c *Sender) SendRequestAndRelease(envelope inf.IEnvelope) error + func (c *Sender) SendResponse(envelope inf.IEnvelope) error