Interface ProtocolVersionAware
-
- All Known Subinterfaces:
AMQVersionAwareProtocolSession
public interface ProtocolVersionAwareProtocolVersionAware is implemented by all AMQP handling classes, that need to provide an awareness to callers of the version of the AMQP protocol that they are able to handle.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProtocolVersiongetProtocolVersion()
-
-
-
Method Detail
-
getProtocolVersion
ProtocolVersion getProtocolVersion()
-
-