subscription

package
v1.21.0 Latest Latest
Warning

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

Go to latest
Published: Feb 1, 2024 License: MIT Imports: 1 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type EventSubscription

type EventSubscription interface {
	Unsubscribe()
}

EventSubscription is returned by an event source as a result of operation subscribing to the given type of event. It allows to unsubscribe from the event stream at any point, by calling the `Unsubscribe` method.

func NewEventSubscription

func NewEventSubscription(doUnsubscribe func()) EventSubscription

NewEventSubscription is used by an event source to create a `EventSubscription`. It accepts a callback function that is called as a result of `Unsubscribe` operation on the `EventSubscription`. The callback function executes operation on the event source required to unsubscribe from the event stream.

Jump to

Keyboard shortcuts

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