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