public interface

Method

com.rabbitmq.client.Method
Known Indirect Subclasses

Class Overview

Public interface to objects representing an AMQP method - see the spec for details.

Summary

Public Methods
abstract int protocolClassId()
Retrieve the protocol class ID
abstract int protocolMethodId()
Retrieve the protocol method ID
abstract String protocolMethodName()
Retrieve the method name

Public Methods

public abstract int protocolClassId ()

Retrieve the protocol class ID

Returns
  • the AMQP protocol class ID of this Method

public abstract int protocolMethodId ()

Retrieve the protocol method ID

Returns
  • the AMQP protocol method ID of this Method

public abstract String protocolMethodName ()

Retrieve the method name

Returns
  • the AMQP protocol method name of this Method