Documentation ¶
Index ¶
- type Connector
- func (c *Connector) NToOneBehaviour(act string, msg *messages.SAMessage, invoker string)
- func (c *Connector) NToOneReqRepBehaviour(act string, msg *messages.SAMessage, invoker string)
- func (c *Connector) OneToNBehaviour(act string, msg *messages.SAMessage, invoker string)
- func (c *Connector) OneWayBehaviour(act string, msg *messages.SAMessage, invoker string)
- func (c *Connector) RequestReplyBehaviour(act string, msg *messages.SAMessage, invoker string)
- func (c *Connector) Run(msg *messages.SAMessage, act string, invoker string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connector ¶
type Connector struct { Id string TypeName string DefaultLeftArity int DefaultRightArity int LeftArity int RightArity int Buffer chan messages.SAMessage State []chan bool Behaviour string }
func NewConnector ¶
func (*Connector) NToOneBehaviour ¶
func (*Connector) NToOneReqRepBehaviour ¶
func (*Connector) OneToNBehaviour ¶
func (*Connector) OneWayBehaviour ¶
func (*Connector) RequestReplyBehaviour ¶
Click to show internal directories.
Click to hide internal directories.