Delegate RemoteLocalPush
Delivers an encoded, filtered+projected value to the plugin's native RunLocal delegate across the
control-plane callback. The server-side pipeline invokes this once per event that passes the lowered filter;
the implementation forwards projectedValue over the IPC boundary keyed by
subscriptionId. Transport-agnostic so the pipeline does not depend on the RPC layer.
public delegate ValueTask RemoteLocalPush(string subscriptionId, ReadOnlyMemory<byte> projectedValue, CancellationToken cancellationToken)
Parameters
subscriptionIdstring- Delivers an encoded, filtered+projected value to the plugin's native RunLocal delegate across the control-plane callback. The server-side pipeline invokes this once per event that passes the lowered filter; the implementation forwards projectedValue over the IPC boundary keyed by subscriptionId. Transport-agnostic so the pipeline does not depend on the RPC layer.
projectedValueReadOnlyMemory<byte>- Delivers an encoded, filtered+projected value to the plugin's native RunLocal delegate across the control-plane callback. The server-side pipeline invokes this once per event that passes the lowered filter; the implementation forwards projectedValue over the IPC boundary keyed by subscriptionId. Transport-agnostic so the pipeline does not depend on the RPC layer.
cancellationTokenCancellationToken- Delivers an encoded, filtered+projected value to the plugin's native RunLocal delegate across the control-plane callback. The server-side pipeline invokes this once per event that passes the lowered filter; the implementation forwards projectedValue over the IPC boundary keyed by subscriptionId. Transport-agnostic so the pipeline does not depend on the RPC layer.
Returns
- ValueTask
- Delivers an encoded, filtered+projected value to the plugin's native RunLocal delegate across the control-plane callback. The server-side pipeline invokes this once per event that passes the lowered filter; the implementation forwards projectedValue over the IPC boundary keyed by subscriptionId. Transport-agnostic so the pipeline does not depend on the RPC layer.