eventbus

package
v0.0.0-...-5d2a08f Latest Latest
Warning

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

Go to latest
Published: Dec 15, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	// BufferSize controls the buffer for every single event listener.
	// If we go over buffer, additional delay may happen to various operation like insight recomputation or DDS.
	BufferSize uint `json:"bufferSize" envconfig:"DUBBO_EVENT_BUS_BUFFER_SIZE"`
}

func Default

func Default() Config

func (Config) Validate

func (c Config) Validate() error

Jump to

Keyboard shortcuts

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