Documentation ¶
Index ¶
- type Cluster
- func (c *Cluster) Endpoints() []*remote.Endpoint
- func (c *Cluster) SendMessage(ctx context.Context, to core.PID, message core.Message) error
- func (c *Cluster) Spawn(behavior core.ProcessBehavior, opts *core.SpawnOptions) (core.Process, error)
- func (c *Cluster) StaticRoute(nodeName string, nodeAddr string, attrs *attributes.Attributes) error
- func (c *Cluster) Stop()
- func (c *Cluster) UpdateState(state resolver.State) error
- type Option
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct {
// contains filtered or unexported fields
}
func NewCluster ¶
func (*Cluster) SendMessage ¶
func (*Cluster) Spawn ¶
func (c *Cluster) Spawn(behavior core.ProcessBehavior, opts *core.SpawnOptions) (core.Process, error)
func (*Cluster) StaticRoute ¶
func (c *Cluster) StaticRoute(nodeName string, nodeAddr string, attrs *attributes.Attributes) error
Click to show internal directories.
Click to hide internal directories.