lifecycle

package
v0.0.0-...-2f7b494 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Lifecycle

type Lifecycle interface {
	// contains filtered or unexported methods
}

Lifecycle marks a type as being an Actor Lifecycle Message

type Paused

type Paused struct{}

Paused informs the Actor that it has agreed to being paused

type Restarting

type Restarting struct{}

Restarting informs the Actor that it is in the process of restarting

type Resuming

type Resuming struct{}

Resuming informs the Actor that it is in the process of resuming

type Started

type Started struct{}

Started informs the Actor that it has completed the process of starting

type Starting

type Starting struct{}

Starting informs the Actor that it is in the process of starting

type Stopped

type Stopped struct{}

Stopped informs the Actor that it has agreed to being stopped

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL