MessageType

Overview

This enum contains the possible message types that client and server can send to each other. Messages of different types have different meaning in the same messaging protocol. The concrete messaging protocol can limit the number of message types supported. Dealing with message type is encapsulated in the library or generated code and never exposed to users.

Location


Value Description
AsyncAck Acknowledgement for a delivered async message
AsyncMessage Reserved
Event Event message, usually returned for a Poll
Exception Exception message, usually returned as response
Poll Poll message, sent by a client to receive queued Callback Events
PollResponse Reserved
QueryServiceInfo Request for service information (not currently in use)
Request Normal remote service request, the most common message type, supported by all messaging protocols
Response Normal remote service response, the most common message type, supported by all messaging protocols