Skip to content

Class InMemoryRpcChannel

Namespace: DotBoxD.Services.Testing
Assembly: DotBoxD.Services.dll

Creates deterministic in-memory channel pairs for consumer integration tests.

public static class InMemoryRpcChannel

objectInMemoryRpcChannel

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

public static (IRpcChannel First, IRpcChannel Second) CreatePair(int capacity = 256)

capacity int

(IRpcChannel First, IRpcChannel Second)