grpc

package
v0.0.0-...-d73d392 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GrpcBackend

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

func NewGrpcBackend

func NewGrpcBackend(domain string, client grpccereal.CerealServiceClient) *GrpcBackend

func NewGrpcBackendFromConn

func NewGrpcBackendFromConn(domain string, conn *grpc.ClientConn) *GrpcBackend

func (*GrpcBackend) CancelWorkflow

func (g *GrpcBackend) CancelWorkflow(ctx context.Context, instanceName string, workflowName string) error

func (*GrpcBackend) Close

func (g *GrpcBackend) Close() error

func (*GrpcBackend) CreateWorkflowSchedule

func (g *GrpcBackend) CreateWorkflowSchedule(ctx context.Context, instanceName string, workflowName string, parameters []byte, enabled bool, recurrence string, nextRunAt time.Time) error

func (*GrpcBackend) DefaultTaskPollInterval

func (g *GrpcBackend) DefaultTaskPollInterval() time.Duration

func (*GrpcBackend) DefaultWorkflowPollInterval

func (g *GrpcBackend) DefaultWorkflowPollInterval() time.Duration

func (*GrpcBackend) DequeueTask

func (g *GrpcBackend) DequeueTask(ctx context.Context, taskName string) (*cereal.TaskData, cereal.TaskCompleter, error)

func (*GrpcBackend) DequeueWorkflow

func (g *GrpcBackend) DequeueWorkflow(ctx context.Context, workflowNames []string) (*cereal.WorkflowEvent, cereal.WorkflowCompleter, error)

func (*GrpcBackend) EnqueueWorkflow

func (g *GrpcBackend) EnqueueWorkflow(ctx context.Context, workflow *cereal.WorkflowInstanceData) error

func (*GrpcBackend) GetWorkflowInstanceByName

func (g *GrpcBackend) GetWorkflowInstanceByName(ctx context.Context, instanceName string, workflowName string) (*cereal.WorkflowInstanceData, error)

func (*GrpcBackend) GetWorkflowScheduleByName

func (g *GrpcBackend) GetWorkflowScheduleByName(ctx context.Context, instanceName string, workflowName string) (*cereal.Schedule, error)

func (*GrpcBackend) Init

func (*GrpcBackend) Init() error

func (*GrpcBackend) KillWorkflow

func (g *GrpcBackend) KillWorkflow(ctx context.Context, instanceName string, workflowName string) error

func (*GrpcBackend) ListWorkflowInstances

func (g *GrpcBackend) ListWorkflowInstances(ctx context.Context, opts cereal.ListWorkflowOpts) ([]*cereal.WorkflowInstanceData, error)

func (*GrpcBackend) ListWorkflowSchedules

func (g *GrpcBackend) ListWorkflowSchedules(ctx context.Context) ([]*cereal.Schedule, error)

func (*GrpcBackend) UpdateWorkflowScheduleByName

func (g *GrpcBackend) UpdateWorkflowScheduleByName(ctx context.Context, instanceName string, workflowName string, opts cereal.WorkflowScheduleUpdateOptions) error

Jump to

Keyboard shortcuts

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