Documentation
¶
Index ¶
- type Channel
- func (c *Channel) CallContextDone(c *neocortex.Context)
- func (c *Channel) GetContextFabric() neocortex.ContextFabric
- func (c *Channel) OnContextIsDone(callback func(c *neocortex.Context))
- func (c *Channel) OnNewContextCreated(callback func(c *neocortex.Context))
- func (c *Channel) RegisterMessageEndpoint(handler neocortex.MiddleHandler) error
- func (c *Channel) SetContextFabric(fabric neocortex.ContextFabric)
- func (c *Channel) ToHear() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Channel ¶
type Channel struct{}
func (*Channel) CallContextDone ¶
func (*Channel) GetContextFabric ¶
func (c *Channel) GetContextFabric() neocortex.ContextFabric
func (*Channel) OnContextIsDone ¶
func (*Channel) OnNewContextCreated ¶
func (*Channel) RegisterMessageEndpoint ¶
func (c *Channel) RegisterMessageEndpoint(handler neocortex.MiddleHandler) error
func (*Channel) SetContextFabric ¶
func (c *Channel) SetContextFabric(fabric neocortex.ContextFabric)
Click to show internal directories.
Click to hide internal directories.