메소드 | 설명 | |
---|---|---|
AddMessageType ( |
A message type for which to poll
|
|
BlockUntilReady ( ) : bool |
Advisory method: block if the queue is waiting to be populated. Always immediately returns true in this instance.
|
|
Enqueue ( IPendingMessage |
Not supported
|
|
Length ( ) : int |
Approximate snapshot length. Always returns zero in this instance.
|
|
LocalQueuePollingNode ( string dispatchPath, string incomingPath, IMessageSerialiser serialiser, ISleepWrapper sleeper ) : System |
Create a local polling node. You should not use this yourself. Use: MessagingSystem.Configure.WithLocalQueue(...); and receive messages as normal.
|
|
Stop ( ) : void |
Stop receiving messages Deregisters all message types
|
|
TryDequeue ( ) : IWorkQueueItem |
Try and get an item from this queue. Success is encoded in the WorkQueueItem{T} result 'HasItem'
|
메소드 | 설명 | |
---|---|---|
Ignore ( ) : void |
Ignore exceptions of this type
|
|
TryPumpingMessages ( IPersistentQueue dispatchQueue ) : void |
Try to move messages from the incoming queue to the dispatch queue
|
public LocalQueuePollingNode ( string dispatchPath, string incomingPath, IMessageSerialiser serialiser, ISleepWrapper sleeper ) : System | ||
dispatchPath | string | |
incomingPath | string | |
serialiser | IMessageSerialiser | |
sleeper | ISleepWrapper | |
리턴 | System |