Interface IMessageReader
Assembly: FixAntenna.Core.dll
Syntax
public interface IMessageReader : IWorkerThread
Methods
GetIncomingMessageStorage()
Declaration
IMessageStorage GetIncomingMessageStorage()
Returns
GetMessageProcessedTimestamp()
Declaration
long GetMessageProcessedTimestamp()
Returns
Type |
Description |
System.Int64 |
|
GetMessageStatistic()
Declaration
MessageStatistic GetMessageStatistic()
Returns
Init(ConfigurationAdaptor)
Declaration
long Init(ConfigurationAdaptor configurationAdapter)
Parameters
Returns
Type |
Description |
System.Int64 |
|
IsStatisticEnabled()
Declaration
bool IsStatisticEnabled()
Returns
Type |
Description |
System.Boolean |
|
Join()
Declaration
SetGracefulShutdown(Boolean)
Declaration
void SetGracefulShutdown(bool gracefulShutdown)
Parameters
Type |
Name |
Description |
System.Boolean |
gracefulShutdown |
|
SetMessageProcessedTimestamp(Int64)
Declaration
void SetMessageProcessedTimestamp(long timestamp)
Parameters
Type |
Name |
Description |
System.Int64 |
timestamp |
|
Shutdown()
Declaration
Start()
Declaration