outbox

package
v1.14.2-rc.2 Latest Latest
Warning

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

Go to latest
Published: Aug 31, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Outbox

type Outbox interface {
	AddOrUpdateOutbox(stateStore v1alpha1.Component)
	Enabled(stateStore string) bool
	PublishInternal(ctx context.Context, stateStore string, states []state.TransactionalStateOperation, source, traceID, traceState string) ([]state.TransactionalStateOperation, error)
	SubscribeToInternalTopics(ctx context.Context, appID string) error
}

Outbox defines the interface for all Outbox pattern operations combining state and pubsub.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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