Table of Contents

Interface ISignal<T>

Namespace
Virtufin.Core.Behaviour
Assembly
Virtufin.Core.dll

A continuously derivable value computed from an event log. Signals are never transported on Dapr topics; consumers reconstruct them on demand by folding the log.

public interface ISignal<T>

Type Parameters

T

The signal's value type (e.g. Portfolio, PositionState, Amount).

Properties

Value

The current signal value.

T Value { get; }

Property Value

T