Uses of Class
com.rabbitmq.client.impl.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
Modifier and TypeMethodDescriptionProtocolVersionMismatchException.getClientVersion()
The client's AMQP specification version.ProtocolVersionMismatchException.getServerVersion()
The server's AMQP specification version.ModifierConstructorDescriptionProtocolVersionMismatchException
(Version clientVersion, Version serverVersion) -
Uses of Version in com.rabbitmq.client.impl
Modifier and TypeMethodDescriptionstatic boolean
Version.checkVersion
(Version clientVersion, Version serverVersion) Check compatibility of a client and server version, from the client's perspective.