Class ConnectionInterceptors.Delay
Implements
Inherited Members
Namespace: Akka.Persistence.TestKit
Assembly: Akka.Persistence.TestKit.dll
Syntax
public sealed class ConnectionInterceptors.Delay : IConnectionInterceptor
Constructors
| Edit this page View SourceDelay(TimeSpan, IConnectionInterceptor)
Declaration
public Delay(TimeSpan delay, IConnectionInterceptor next)
Parameters
| Type | Name | Description |
|---|---|---|
| TimeSpan | delay | |
| IConnectionInterceptor | next |
Methods
| Edit this page View SourceInterceptAsync()
Declaration
public Task InterceptAsync()
Returns
| Type | Description |
|---|---|
| Task |
Edit this page