com.rabbitmq.client.impl
Class ClientVersion

java.lang.Object
  extended by com.rabbitmq.client.impl.ClientVersion

public class ClientVersion
extends java.lang.Object

Publicly available Client Version information


Field Summary
static java.lang.String VERSION
          Full version string
 
Constructor Summary
ClientVersion()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

public static final java.lang.String VERSION
Full version string

See Also:
Constant Field Values
Constructor Detail

ClientVersion

public ClientVersion()