Interface IMessageServiceFactory
- Namespace
- NLightning.Domain.Protocol.Interfaces
- Assembly
- NLightning.Domain.dll
Interface for a message service factory.
public interface IMessageServiceFactory
Remarks
This interface is used to create a message service in test environments.
Methods
CreateMessageService(ITransportService)
Creates a message service.
IMessageService CreateMessageService(ITransportService transportService)
Parameters
transportService
ITransportService