Interface IPingPongServiceFactory
- Namespace
- NLightning.Domain.Protocol.Factories
- Assembly
- NLightning.Domain.dll
Interface for a ping pong service factory.
public interface IPingPongServiceFactory
Remarks
This interface is used to create a ping pong service in test environments.
Methods
CreatePingPongService()
Creates a ping pong service.
IPingPongService CreatePingPongService()