package
1.6.3
Repository: https://github.com/tochemey/goakt.git
Documentation: pkg.go.dev

# Functions

NewNode creates an instance of cluster Node.
WithHasher sets the custom hasher.
WithLogger sets the logger.
WithPartitionsCount sets the total number of partitions.
WithReadTimeout sets the Node read timeout.
WithShutdownTimeout sets the Node shutdown timeout.
WithWriteTimeout sets the Node write timeout.

# Constants

No description provided by the author
No description provided by the author

# Variables

ErrActorNotFound is return when an actor is not found.

# Structs

Event defines the cluster event.
Node represents the Node.

# Interfaces

Interface defines the Node interface.
Option is the interface that applies a configuration option.

# Type aliases

No description provided by the author
OptionFunc implements the Option interface.