Uses of Class
com.rabbitmq.client.impl.Version
Packages that use Version
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
Implementations of interfaces specified in the client API, and their supporting classes.
-
Uses of Version in com.rabbitmq.client
Fields in com.rabbitmq.client declared as VersionModifier and TypeFieldDescriptionprivate final Version
ProtocolVersionMismatchException.clientVersion
private final Version
ProtocolVersionMismatchException.serverVersion
Methods in com.rabbitmq.client that return VersionModifier and TypeMethodDescriptionProtocolVersionMismatchException.getClientVersion()
The client's AMQP specification version.ProtocolVersionMismatchException.getServerVersion()
The server's AMQP specification version.Constructors in com.rabbitmq.client with parameters of type VersionModifierConstructorDescriptionProtocolVersionMismatchException
(Version clientVersion, Version serverVersion) -
Uses of Version in com.rabbitmq.client.impl
Fields in com.rabbitmq.client.impl declared as VersionMethods in com.rabbitmq.client.impl that return VersionMethods in com.rabbitmq.client.impl with parameters of type VersionModifier and TypeMethodDescriptionstatic boolean
Version.checkVersion
(Version clientVersion, Version serverVersion) Check compatibility of a client and server version, from the client's perspective.