v1

package
v0.83.14 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2026 License: MIT Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DispatcherService

type DispatcherService interface {
	contracts.V1DispatcherServer
	DeliverDurableEventLogEntryCompletion(taskExternalId uuid.UUID, invocationCount int32, branchId, nodeId int64, payload []byte) error
}

func NewDispatcherService

func NewDispatcherService(fs ...DispatcherServiceOpt) (DispatcherService, error)

type DispatcherServiceImpl

type DispatcherServiceImpl struct {
	contracts.UnimplementedV1DispatcherServer
	// contains filtered or unexported fields
}

func (*DispatcherServiceImpl) DeliverDurableEventLogEntryCompletion added in v0.80.0

func (d *DispatcherServiceImpl) DeliverDurableEventLogEntryCompletion(taskExternalId uuid.UUID, invocationCount int32, branchId, nodeId int64, payload []byte) error

func (*DispatcherServiceImpl) DurableTask added in v0.80.0

func (*DispatcherServiceImpl) ListenForDurableEvent

type DispatcherServiceOpt

type DispatcherServiceOpt func(*DispatcherServiceOpts)

func WithAnalytics added in v0.79.36

func WithAnalytics(a analytics.Analytics) DispatcherServiceOpt

func WithDispatcherId added in v0.80.0

func WithDispatcherId(id uuid.UUID) DispatcherServiceOpt

func WithLogger

func WithLogger(l *zerolog.Logger) DispatcherServiceOpt

func WithRepository

func WithRepository(r v1.Repository) DispatcherServiceOpt

type DispatcherServiceOpts

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

Jump to

Keyboard shortcuts

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