Interface IMessageServiceFactory
- Namespace
- NLightning.Bolts.BOLT1.Interfaces
- Assembly
- NLightning.Bolts.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