Uses of Class
org.apache.activemq.artemis.core.client.impl.ClientMessageImpl
Packages that use ClientMessageImpl
-
Uses of ClientMessageImpl in org.apache.activemq.artemis.core.client.impl
Subclasses of ClientMessageImpl in org.apache.activemq.artemis.core.client.implModifier and TypeClassDescriptionfinal classClientLargeMessageImpl is only created when receiving large messages.Methods in org.apache.activemq.artemis.core.client.impl that return ClientMessageImplModifier and TypeMethodDescriptionClientMessageImpl.acknowledge()ClientMessageImpl.individualAcknowledge()ClientMessageImpl.putBooleanProperty(String key, boolean value) ClientMessageImpl.putBooleanProperty(SimpleString key, boolean value) ClientMessageImpl.putByteProperty(String key, byte value) ClientMessageImpl.putByteProperty(SimpleString key, byte value) ClientMessageImpl.putBytesProperty(String key, byte[] value) ClientMessageImpl.putBytesProperty(SimpleString key, byte[] value) ClientMessageImpl.putCharProperty(String key, char value) ClientMessageImpl.putCharProperty(SimpleString key, char value) ClientMessageImpl.putDoubleProperty(String key, double value) ClientMessageImpl.putDoubleProperty(SimpleString key, double value) ClientMessageImpl.putFloatProperty(String key, float value) ClientMessageImpl.putFloatProperty(SimpleString key, float value) ClientMessageImpl.putIntProperty(String key, int value) ClientMessageImpl.putIntProperty(SimpleString key, int value) ClientMessageImpl.putLongProperty(String key, long value) ClientMessageImpl.putLongProperty(SimpleString key, long value) ClientMessageImpl.putObjectProperty(String key, Object value) ClientMessageImpl.putObjectProperty(SimpleString key, Object value) ClientMessageImpl.putShortProperty(String key, short value) ClientMessageImpl.putShortProperty(SimpleString key, short value) ClientMessageImpl.putStringProperty(String key, String value) ClientMessageImpl.putStringProperty(SimpleString key, String value) ClientMessageImpl.putStringProperty(SimpleString key, SimpleString value) ClientMessageImpl.setBodyInputStream(InputStream bodyInputStream) ClientMessageImpl.setDeliveryCount(int deliveryCount) ClientMessageImpl.setDurable(boolean durable) ClientMessageImpl.setExpiration(long expiration) ClientMessageImpl.setOutputStream(OutputStream out) ClientMessageImpl.setPriority(byte priority) ClientMessageImpl.writeBodyBufferBytes(byte[] bytes) ClientMessageImpl.writeBodyBufferString(String string) Constructors in org.apache.activemq.artemis.core.client.impl with parameters of type ClientMessageImpl