currentMessageId property

int currentMessageId
getter/setter pair

The id of the current incoming message being processed. Increments by 1 for each message passed to an endpoint for processing.

Implementation

int currentMessageId = 0;