Uses of Class
org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper.MessageEOFException
Packages that use MessageEOFException
-
Uses of MessageEOFException in org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper
Methods in org.apache.activemq.artemis.protocol.amqp.converter.coreWrapper that throw MessageEOFExceptionModifier and TypeMethodDescriptionbooleanCoreStreamMessageWrapper.readBoolean()byteCoreStreamMessageWrapper.readByte()intCoreStreamMessageWrapper.readBytes(byte[] value) charCoreStreamMessageWrapper.readChar()doubleCoreStreamMessageWrapper.readDouble()floatCoreStreamMessageWrapper.readFloat()intCoreStreamMessageWrapper.readInt()longCoreStreamMessageWrapper.readLong()CoreStreamMessageWrapper.readObject()shortCoreStreamMessageWrapper.readShort()CoreStreamMessageWrapper.readString()