middlewares

package
v0.0.0-rc9 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Asynchronizer

type Asynchronizer interface {
	Close() error
	Push(input base.EventBatch) error
}

Asynchronizer is tasks.asynchronousSnapshotState for abstract2. However, as there is no way to tell if a batch contains "non-row" events, push is always asynchronous.

type EventTargetWrapper

type EventTargetWrapper struct {
	// contains filtered or unexported fields
}

func NewEventTargetWrapper

func NewEventTargetWrapper(target base.EventTarget) *EventTargetWrapper

func (*EventTargetWrapper) Close

func (s *EventTargetWrapper) Close() error

func (*EventTargetWrapper) Push

func (s *EventTargetWrapper) Push(input base.EventBatch) error

Jump to

Keyboard shortcuts

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