Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Interpreter ¶
func Interpreter(ctx workflow.Context, input service.InterpreterWorkflowInput) (*service.InterpreterWorkflowOutput, error)
func WaitforStateCompletionWorkflow ¶ added in v1.8.0
func WaitforStateCompletionWorkflow(ctx workflow.Context) (*service.WaitForStateCompletionWorkflowOutput, error)
Types ¶
type InterpreterWorker ¶
type InterpreterWorker struct {
// contains filtered or unexported fields
}
func NewInterpreterWorker ¶
func NewInterpreterWorker( config config.Config, temporalClient client.Client, taskQueue string, memoEncryption bool, memoEncryptionConverter converter.DataConverter, unifiedClient uclient.UnifiedClient, ) *InterpreterWorker
func (*InterpreterWorker) Close ¶
func (iw *InterpreterWorker) Close()
func (*InterpreterWorker) Start ¶
func (iw *InterpreterWorker) Start()
func (*InterpreterWorker) StartWithStickyCacheDisabledForTest ¶ added in v1.12.0
func (iw *InterpreterWorker) StartWithStickyCacheDisabledForTest()
Click to show internal directories.
Click to hide internal directories.