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.
|
Modifier and Type | Method and Description |
---|---|
Version |
ProtocolVersionMismatchException.getClientVersion()
The client's AMQP specification version.
|
Version |
ProtocolVersionMismatchException.getServerVersion()
The server's AMQP specification version.
|
Constructor and Description |
---|
ProtocolVersionMismatchException(Version clientVersion,
Version serverVersion) |
Modifier and Type | Method and Description |
---|---|
Version |
Version.adjust()
Adjust a version for spec weirdness.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
Version.checkVersion(Version clientVersion,
Version serverVersion)
Check compatibility of a client and server version, from the
client's perspective.
|
Copyright © 2022 VMware, Inc. or its affiliates.. All rights reserved.