Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExampleService ¶
type ExampleService struct { *component.BaseComponent // contains filtered or unexported fields }
func NexExampleServie ¶
func NexExampleServie(myname string) *ExampleService
func (*ExampleService) AfterStart ¶
func (es *ExampleService) AfterStart()
func (*ExampleService) BeforeStart ¶
func (es *ExampleService) BeforeStart()
func (*ExampleService) BeforeStop ¶
func (es *ExampleService) BeforeStop()
func (*ExampleService) Receive ¶
func (es *ExampleService) Receive(context actor.Context)
func (*ExampleService) Statistics ¶
func (es *ExampleService) Statistics() *map[string]interface{}
Click to show internal directories.
Click to hide internal directories.