- Namespace
- Atavism
- Base Types
-
- object
- Derived Types
graph BT
Type-->Base0["object"]
Type["MessageDispatcher"]
class Type type-node
Derived0["DefragmentingMessageDispatcher"]-->Type
click Derived0 "/docs/client_api_10.4.0/api/Atavism/DefragmentingMessageDispatcher"
Syntax
public class MessageDispatcher
Properties
| Name | Value | Summary |
|---|---|---|
| Bytes |
int | |
| BytesSentPerSecond | int | |
| Instance | MessageDispatcher |
static
|
| Max |
float | |
| MessageCount | int | |
| MessagesPerSecond | int | |
| QueueFilter | Predicate |
Methods
| Name | Value | Summary |
|---|---|---|
| ClearQueue |
void | |
| HandleMessageQueue |
void |
Handle the messages that are in the queue. This is written to
support leaving entries in the queue.
|
| HandleMessageQueue |
void |
Handle messages until we hit the max messages, or the max time.
|
| HandleMessageQueue |
void |
Handle the messages that are in the queue. This is written to
support leaving entries in the queue.
|
| QueueMessage |
void | |
| RegisterHandler |
void | |
| RegisterPostHandler |
void | |
| RegisterPreHandler |
void | |
| Set |
void |