Uses of Class
com.rabbitmq.client.impl.Version
-
Packages that use Version Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes. -
-
Uses of Version in com.rabbitmq.client
Methods in com.rabbitmq.client that return Version Modifier and Type Method Description VersionProtocolVersionMismatchException. getClientVersion()The client's AMQP specification version.VersionProtocolVersionMismatchException. getServerVersion()The server's AMQP specification version.Constructors in com.rabbitmq.client with parameters of type Version Constructor Description ProtocolVersionMismatchException(Version clientVersion, Version serverVersion) -
Uses of Version in com.rabbitmq.client.impl
Methods in com.rabbitmq.client.impl that return Version Modifier and Type Method Description VersionVersion. adjust()Adjust a version for spec weirdness.Methods in com.rabbitmq.client.impl with parameters of type Version Modifier and Type Method Description static booleanVersion. checkVersion(Version clientVersion, Version serverVersion)Check compatibility of a client and server version, from the client's perspective.
-