Skip to content

Class RemoteSubscriptionStage<TEvent, TCurrent, TContext>

Namespace: DotBoxD.Plugins.Runtime.Subscriptions
Assembly: DotBoxD.Plugins.dll

[PipelineSurface(PipelineTransport.Remote)]
public sealed class RemoteSubscriptionStage<TEvent, TCurrent, TContext>

TEvent

TCurrent

TContext

objectRemoteSubscriptionStage<TEvent, TCurrent, TContext>

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Run(Func<TCurrent, TContext, ValueTask>, IRKernel?)

Section titled “ Run(Func<TCurrent, TContext, ValueTask>, IRKernel?)”
public RemoteSubscriptionPipeline<TEvent, TContext> Run(Func<TCurrent, TContext, ValueTask> handler, IRKernel? irHandler = null)

handler Func<TCurrent, TContext, ValueTask>

irHandler IRKernel?

RemoteSubscriptionPipeline<TEvent, TContext>

Run(Action<TCurrent, TContext>, IRKernel?)

Section titled “ Run(Action<TCurrent, TContext>, IRKernel?)”
public RemoteSubscriptionPipeline<TEvent, TContext> Run(Action<TCurrent, TContext> handler, IRKernel? irHandler = null)

handler Action<TCurrent, TContext>

irHandler IRKernel?

RemoteSubscriptionPipeline<TEvent, TContext>

Run(Func<TCurrent, ValueTask>, IRKernel?)

Section titled “ Run(Func<TCurrent, ValueTask>, IRKernel?)”
public RemoteSubscriptionPipeline<TEvent, TContext> Run(Func<TCurrent, ValueTask> handler, IRKernel? irHandler = null)

handler Func<TCurrent, ValueTask>

irHandler IRKernel?

RemoteSubscriptionPipeline<TEvent, TContext>

public RemoteSubscriptionPipeline<TEvent, TContext> Run(Action<TCurrent> handler, IRKernel? irHandler = null)

handler Action<TCurrent>

irHandler IRKernel?

RemoteSubscriptionPipeline<TEvent, TContext>

RunLocal(Func<TCurrent, TContext, ValueTask>, IRKernel?)

Section titled “ RunLocal(Func<TCurrent, TContext, ValueTask>, IRKernel?)”
public RemoteSubscriptionPipeline<TEvent, TContext> RunLocal(Func<TCurrent, TContext, ValueTask> handler, IRKernel? irHandler = null)

handler Func<TCurrent, TContext, ValueTask>

irHandler IRKernel?

RemoteSubscriptionPipeline<TEvent, TContext>

RunLocal(Action<TCurrent, TContext>, IRKernel?)

Section titled “ RunLocal(Action<TCurrent, TContext>, IRKernel?)”
public RemoteSubscriptionPipeline<TEvent, TContext> RunLocal(Action<TCurrent, TContext> handler, IRKernel? irHandler = null)

handler Action<TCurrent, TContext>

irHandler IRKernel?

RemoteSubscriptionPipeline<TEvent, TContext>

RunLocal(Func<TCurrent, ValueTask>, IRKernel?)

Section titled “ RunLocal(Func<TCurrent, ValueTask>, IRKernel?)”
public RemoteSubscriptionPipeline<TEvent, TContext> RunLocal(Func<TCurrent, ValueTask> handler, IRKernel? irHandler = null)

handler Func<TCurrent, ValueTask>

irHandler IRKernel?

RemoteSubscriptionPipeline<TEvent, TContext>

public RemoteSubscriptionPipeline<TEvent, TContext> RunLocal(Action<TCurrent> handler, IRKernel? irHandler = null)

handler Action<TCurrent>

irHandler IRKernel?

RemoteSubscriptionPipeline<TEvent, TContext>

Select<TNext>(Func<TCurrent, TContext, TNext>, IRFunc<TCurrent, TContext, TNext>?)

Section titled “ Select<TNext>(Func<TCurrent, TContext, TNext>, IRFunc<TCurrent, TContext, TNext>?)”
public RemoteSubscriptionStage<TEvent, TNext, TContext> Select<TNext>(Func<TCurrent, TContext, TNext> projection, IRFunc<TCurrent, TContext, TNext>? irProjection = null)

projection Func<TCurrent, TContext, TNext>

irProjection IRFunc<TCurrent, TContext, TNext>?

RemoteSubscriptionStage<TEvent, TNext, TContext>

TNext

Select<TNext>(Func<TCurrent, TNext>, IRFunc<TCurrent, TNext>?)

Section titled “ Select<TNext>(Func<TCurrent, TNext>, IRFunc<TCurrent, TNext>?)”
public RemoteSubscriptionStage<TEvent, TNext, TContext> Select<TNext>(Func<TCurrent, TNext> projection, IRFunc<TCurrent, TNext>? irProjection = null)

projection Func<TCurrent, TNext>

irProjection IRFunc<TCurrent, TNext>?

RemoteSubscriptionStage<TEvent, TNext, TContext>

TNext

public RemoteSubscriptionPipeline<TEvent, TContext> UseGeneratedChain(PluginPackage package)

package PluginPackage

RemoteSubscriptionPipeline<TEvent, TContext>

UseGeneratedLocalChain(PluginPackage, Func<TCurrent, TContext, ValueTask>)

Section titled “ UseGeneratedLocalChain(PluginPackage, Func<TCurrent, TContext, ValueTask>)”
public RemoteSubscriptionPipeline<TEvent, TContext> UseGeneratedLocalChain(PluginPackage package, Func<TCurrent, TContext, ValueTask> handler)

package PluginPackage

handler Func<TCurrent, TContext, ValueTask>

RemoteSubscriptionPipeline<TEvent, TContext>

UseGeneratedLocalChain(PluginPackage, Action<TCurrent, TContext>)

Section titled “ UseGeneratedLocalChain(PluginPackage, Action<TCurrent, TContext>)”
public RemoteSubscriptionPipeline<TEvent, TContext> UseGeneratedLocalChain(PluginPackage package, Action<TCurrent, TContext> handler)

package PluginPackage

handler Action<TCurrent, TContext>

RemoteSubscriptionPipeline<TEvent, TContext>

UseGeneratedLocalChain(PluginPackage, Func<TCurrent, ValueTask>)

Section titled “ UseGeneratedLocalChain(PluginPackage, Func<TCurrent, ValueTask>)”
public RemoteSubscriptionPipeline<TEvent, TContext> UseGeneratedLocalChain(PluginPackage package, Func<TCurrent, ValueTask> handler)

package PluginPackage

handler Func<TCurrent, ValueTask>

RemoteSubscriptionPipeline<TEvent, TContext>

UseGeneratedLocalChain(PluginPackage, Action<TCurrent>)

Section titled “ UseGeneratedLocalChain(PluginPackage, Action<TCurrent>)”
public RemoteSubscriptionPipeline<TEvent, TContext> UseGeneratedLocalChain(PluginPackage package, Action<TCurrent> handler)

package PluginPackage

handler Action<TCurrent>

RemoteSubscriptionPipeline<TEvent, TContext>

UseGeneratedLocalChain(PluginPackage, Func<TCurrent, TContext, ValueTask>, Func<KernelRpcValue, TCurrent>)

Section titled “ UseGeneratedLocalChain(PluginPackage, Func<TCurrent, TContext, ValueTask>, Func<KernelRpcValue, TCurrent>)”
public RemoteSubscriptionPipeline<TEvent, TContext> UseGeneratedLocalChain(PluginPackage package, Func<TCurrent, TContext, ValueTask> handler, Func<KernelRpcValue, TCurrent> decoder)

package PluginPackage

handler Func<TCurrent, TContext, ValueTask>

decoder Func<KernelRpcValue, TCurrent>

RemoteSubscriptionPipeline<TEvent, TContext>

UseGeneratedLocalChain(PluginPackage, Action<TCurrent, TContext>, Func<KernelRpcValue, TCurrent>)

Section titled “ UseGeneratedLocalChain(PluginPackage, Action<TCurrent, TContext>, Func<KernelRpcValue, TCurrent>)”
public RemoteSubscriptionPipeline<TEvent, TContext> UseGeneratedLocalChain(PluginPackage package, Action<TCurrent, TContext> handler, Func<KernelRpcValue, TCurrent> decoder)

package PluginPackage

handler Action<TCurrent, TContext>

decoder Func<KernelRpcValue, TCurrent>

RemoteSubscriptionPipeline<TEvent, TContext>

UseGeneratedLocalChain(PluginPackage, Func<TCurrent, ValueTask>, Func<KernelRpcValue, TCurrent>)

Section titled “ UseGeneratedLocalChain(PluginPackage, Func<TCurrent, ValueTask>, Func<KernelRpcValue, TCurrent>)”
public RemoteSubscriptionPipeline<TEvent, TContext> UseGeneratedLocalChain(PluginPackage package, Func<TCurrent, ValueTask> handler, Func<KernelRpcValue, TCurrent> decoder)

package PluginPackage

handler Func<TCurrent, ValueTask>

decoder Func<KernelRpcValue, TCurrent>

RemoteSubscriptionPipeline<TEvent, TContext>

UseGeneratedLocalChain(PluginPackage, Action<TCurrent>, Func<KernelRpcValue, TCurrent>)

Section titled “ UseGeneratedLocalChain(PluginPackage, Action<TCurrent>, Func<KernelRpcValue, TCurrent>)”
public RemoteSubscriptionPipeline<TEvent, TContext> UseGeneratedLocalChain(PluginPackage package, Action<TCurrent> handler, Func<KernelRpcValue, TCurrent> decoder)

package PluginPackage

handler Action<TCurrent>

decoder Func<KernelRpcValue, TCurrent>

RemoteSubscriptionPipeline<TEvent, TContext>

UseGeneratedLocalChain(PluginPackage, Func<TCurrent, TContext, ValueTask>, Func<ReadOnlyMemory<byte>, TCurrent>)

Section titled “ UseGeneratedLocalChain(PluginPackage, Func<TCurrent, TContext, ValueTask>, Func<ReadOnlyMemory<byte>, TCurrent>)”
public RemoteSubscriptionPipeline<TEvent, TContext> UseGeneratedLocalChain(PluginPackage package, Func<TCurrent, TContext, ValueTask> handler, Func<ReadOnlyMemory<byte>, TCurrent> decoder)

package PluginPackage

handler Func<TCurrent, TContext, ValueTask>

decoder Func<ReadOnlyMemory<byte>, TCurrent>

RemoteSubscriptionPipeline<TEvent, TContext>

UseGeneratedLocalChain(PluginPackage, Action<TCurrent, TContext>, Func<ReadOnlyMemory<byte>, TCurrent>)

Section titled “ UseGeneratedLocalChain(PluginPackage, Action<TCurrent, TContext>, Func<ReadOnlyMemory<byte>, TCurrent>)”
public RemoteSubscriptionPipeline<TEvent, TContext> UseGeneratedLocalChain(PluginPackage package, Action<TCurrent, TContext> handler, Func<ReadOnlyMemory<byte>, TCurrent> decoder)

package PluginPackage

handler Action<TCurrent, TContext>

decoder Func<ReadOnlyMemory<byte>, TCurrent>

RemoteSubscriptionPipeline<TEvent, TContext>

UseGeneratedLocalChain(PluginPackage, Func<TCurrent, ValueTask>, Func<ReadOnlyMemory<byte>, TCurrent>)

Section titled “ UseGeneratedLocalChain(PluginPackage, Func<TCurrent, ValueTask>, Func<ReadOnlyMemory<byte>, TCurrent>)”
public RemoteSubscriptionPipeline<TEvent, TContext> UseGeneratedLocalChain(PluginPackage package, Func<TCurrent, ValueTask> handler, Func<ReadOnlyMemory<byte>, TCurrent> decoder)

package PluginPackage

handler Func<TCurrent, ValueTask>

decoder Func<ReadOnlyMemory<byte>, TCurrent>

RemoteSubscriptionPipeline<TEvent, TContext>

UseGeneratedLocalChain(PluginPackage, Action<TCurrent>, Func<ReadOnlyMemory<byte>, TCurrent>)

Section titled “ UseGeneratedLocalChain(PluginPackage, Action<TCurrent>, Func<ReadOnlyMemory<byte>, TCurrent>)”
public RemoteSubscriptionPipeline<TEvent, TContext> UseGeneratedLocalChain(PluginPackage package, Action<TCurrent> handler, Func<ReadOnlyMemory<byte>, TCurrent> decoder)

package PluginPackage

handler Action<TCurrent>

decoder Func<ReadOnlyMemory<byte>, TCurrent>

RemoteSubscriptionPipeline<TEvent, TContext>

Where(Func<TCurrent, TContext, bool>, IRFunc<TCurrent, TContext, bool>?)

Section titled “ Where(Func<TCurrent, TContext, bool>, IRFunc<TCurrent, TContext, bool>?)”
public RemoteSubscriptionStage<TEvent, TCurrent, TContext> Where(Func<TCurrent, TContext, bool> filter, IRFunc<TCurrent, TContext, bool>? irFilter = null)

filter Func<TCurrent, TContext, bool>

irFilter IRFunc<TCurrent, TContext, bool>?

RemoteSubscriptionStage<TEvent, TCurrent, TContext>

Where(Func<TCurrent, bool>, IRFunc<TCurrent, bool>?)

Section titled “ Where(Func<TCurrent, bool>, IRFunc<TCurrent, bool>?)”
public RemoteSubscriptionStage<TEvent, TCurrent, TContext> Where(Func<TCurrent, bool> filter, IRFunc<TCurrent, bool>? irFilter = null)

filter Func<TCurrent, bool>

irFilter IRFunc<TCurrent, bool>?

RemoteSubscriptionStage<TEvent, TCurrent, TContext>