Share via


ExecutorOptions Class

Definition

Configuration options for Executor behavior.

public class ExecutorOptions
type ExecutorOptions = class
Public Class ExecutorOptions
Inheritance
ExecutorOptions
Derived

Properties

Name Description
AutoSendMessageHandlerResultObject

If true, the result of a message handler that returns a value will be sent as a message from the executor.

AutoYieldOutputHandlerResultObject

If true, the result of a message handler that returns a value will be yielded as an output of the executor.

Default

The default runner configuration.

Applies to