Table of Contents

Class WorkflowStreamTopicHandle

Namespace
Temporalio.Extensions.WorkflowStreams
Assembly
Temporalio.Extensions.WorkflowStreams.dll

A workflow-side handle bound to one topic.

public sealed class WorkflowStreamTopicHandle
Inheritance
WorkflowStreamTopicHandle
Inherited Members

Remarks

WARNING: Workflow Streams is experimental and may change.

Properties

Name

Gets the topic name.

public string Name { get; }

Property Value

string

Methods

Publish(object?)

Appends a value to the workflow's durable stream log.

public void Publish(object? value)

Parameters

value object

The value or pre-built Temporal payload to append.