public abstract class VerbBase extends Object implements Verb
Abstract Verb implementation shared by all meta channel verb.
All cometd /meta/ channel messages contain a protocol version number and all
messages generated from (or routed through) an event router contain a message
ID which is unique to the router. No randomness is required in these
identifiers although routers are expected to drop messages which they have
previously "seen".