Interface PrimitiveType<V>

All Superinterfaces:
AMQPType<V>
All Known Implementing Classes:
ArrayType, BigIntegerType, BinaryType, BooleanType, ByteType, CharacterType, Decimal128Type, Decimal32Type, Decimal64Type, DoubleType, FloatType, IntegerType, ListType, LongType, MapType, NullType, ShortType, StringType, SymbolType, TimestampType, UnsignedByteType, UnsignedIntegerType, UnsignedLongType, UnsignedShortType, UUIDType

public interface PrimitiveType<V> extends AMQPType<V>