internalbindings

package
v0.26.0 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2020 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package internalbindings contains low level APIs to be used by non Go SDKs built on top of the Go SDK.

ATTENTION! The APIs found in this package should never be referenced from any application code. There is absolutely no guarantee of compatibility between releases. Always talk to Temporal team before building anything on top of them.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ActivityID

type ActivityID = internal.ActivityID

ActivityID uniquely identifies activity

type ActivityType

type ActivityType = internal.ActivityType

ActivityType type of activity

type ExecuteActivityOptions

type ExecuteActivityOptions = internal.ExecuteActivityOptions

ExecuteActivityOptions option for executing an activity

type ExecuteActivityParams

type ExecuteActivityParams = internal.ExecuteActivityParams

ExecuteActivityParams activity invocation parameters

type ExecuteLocalActivityOptions

type ExecuteLocalActivityOptions = internal.ExecuteLocalActivityOptions

ExecuteLocalActivityOptions options for executing a local activity

type ExecuteWorkflowParams

type ExecuteWorkflowParams = internal.ExecuteWorkflowParams

ExecuteWorkflowParams parameters of the workflow invocation

type ResultHandler

type ResultHandler = internal.ResultHandler

ResultHandler result handler function

type WorkflowDefinition

type WorkflowDefinition = internal.WorkflowDefinition

WorkflowDefinition is an asynchronous workflow definition

type WorkflowDefinitionFactory

type WorkflowDefinitionFactory = internal.WorkflowDefinitionFactory

WorkflowDefinitionFactory used to create instances of WorkflowDefinition

type WorkflowEnvironment

type WorkflowEnvironment = internal.WorkflowEnvironment

WorkflowEnvironment exposes APIs to the WorkflowDefinition

type WorkflowExecution

type WorkflowExecution = internal.WorkflowExecution

WorkflowExecution identifiers

type WorkflowOptions

type WorkflowOptions = internal.WorkflowOptions

WorkflowOptions options passed to the workflow function

type WorkflowType

type WorkflowType = internal.WorkflowType

WorkflowType information

Jump to

Keyboard shortcuts

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