interceptors

package
v0.13.4 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WorkflowInterceptor

type WorkflowInterceptor = internal.WorkflowInterceptor

WorkflowInterceptor is an interface that can be implemented to intercept calls to the workflow function as well calls done by the workflow code. Use worker.WorkflowInterceptorBase as a base struct for implementations that do not want to implement every method. Interceptor implementation must forward calls to the next in the interceptor chain. All code in the interceptor is executed in the workflow.Context of a workflow. So all the rules and restrictions that apply to the workflow code should be obeyed by the interceptor implementation. Use workflow.IsReplaying(ctx) to filter out duplicated calls.

type WorkflowInterceptorBase

type WorkflowInterceptorBase = internal.WorkflowInterceptorBase

WorkflowInterceptorBase is a noop implementation of WorkflowInterceptor that just forwards requests to the next link in an interceptor chain. To be used as base implementation of interceptors.

type WorkflowInterceptorFactory

type WorkflowInterceptorFactory = internal.WorkflowInterceptorFactory

WorkflowInterceptorFactory is used to create a single link in the interceptor chain

Jump to

Keyboard shortcuts

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