Interface ISignal<T>
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
TThe signal's value type (e.g.
Portfolio,PositionState,Amount).
Properties
Value
The current signal value.
T Value { get; }
Property Value
- T