Class TestJournal.UseConnectionInterceptor
Inheritance
TestJournal.UseConnectionInterceptor
Assembly: Akka.Persistence.TestKit.dll
Syntax
public sealed class TestJournal.UseConnectionInterceptor
Constructors
|
Edit this page
View Source
UseConnectionInterceptor(IConnectionInterceptor)
Declaration
public UseConnectionInterceptor(IConnectionInterceptor interceptor)
Parameters
Properties
|
Edit this page
View Source
Interceptor
Declaration
public IConnectionInterceptor Interceptor { get; }
Property Value
Extension Methods