Documentation
¶
Index ¶
- func WithRemote(ectd_addr, prefix string) actor.SystemOption
- type Cluster
- func (c *Cluster) OnHandleEvent(event interface{})
- func (c *Cluster) OnHandleMessage(sourceId, targetId string, msg interface{})
- func (c *Cluster) OnHandleRequest(sourceId, targetId, requestId string, msg interface{}) (respErr error)
- func (c *Cluster) OnInit()
- func (c *Cluster) OnStop() (immediatelyStop bool)
- type IRemoteProvider
- type IServiceMeshProvider
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func WithRemote ¶
func WithRemote(ectd_addr, prefix string) actor.SystemOption
Types ¶
type Cluster ¶
func (*Cluster) OnHandleEvent ¶
func (c *Cluster) OnHandleEvent(event interface{})
func (*Cluster) OnHandleMessage ¶
func (*Cluster) OnHandleRequest ¶
type IRemoteProvider ¶
Click to show internal directories.
Click to hide internal directories.