Java com.rabbitmq.client.impl Version fields, constructors, methods, implement or subclass

Example usage for Java com.rabbitmq.client.impl Version fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.rabbitmq.client.impl Version.

The text is from its open source code.

Constructor

Version(int major, int minor)
Creates a new Version instance.

Method

booleancheckVersion(Version clientVersion, Version serverVersion)
Check compatibility of a client and server version, from the client's perspective.