Uses of Interface
org.apache.activemq.artemis.api.core.ICoreMessage
Package
Description
-
Uses of ICoreMessage in org.apache.activemq.artemis.api.core
-
Uses of ICoreMessage in org.apache.activemq.artemis.api.core.client
Modifier and TypeInterfaceDescriptioninterface
A ClientMessage represents a message sent and/or received by ActiveMQ Artemis. -
Uses of ICoreMessage in org.apache.activemq.artemis.api.core.management
Modifier and TypeMethodDescriptionstatic Object
ManagementHelper.getResult
(ICoreMessage message) Returns the result of an operation invocation or an attribute value.static Object
ManagementHelper.getResult
(ICoreMessage message, Class desiredType) Returns the result of an operation invocation or an attribute value.static Object[]
ManagementHelper.getResults
(ICoreMessage message) Returns the result of an operation invocation or an attribute value.static void
ManagementHelper.putAttribute
(ICoreMessage message, String resourceName, String attribute) Stores a resource attribute in a message to retrieve the value from the server resource.static void
ManagementHelper.putOperationInvocation
(ICoreMessage message, String resourceName, String operationName) Stores an operation invocation in a message to invoke the corresponding operation the value from the server resource.static void
ManagementHelper.putOperationInvocation
(ICoreMessage message, String resourceName, String operationName, Object... parameters) Stores an operation invocation in a message to invoke the corresponding operation the value from the server resource. -
Uses of ICoreMessage in org.apache.activemq.artemis.spi.core.protocol
Modifier and TypeMethodDescriptionstatic ICoreMessage
EmbedMessageUtil.embedAsCoreMessage
(Message source) MessageConverter.toCore
(ProtocolMessage pureMessage, org.apache.activemq.artemis.core.persistence.CoreMessageObjectPools coreMessageObjectPools) Modifier and TypeMethodDescriptionstatic Message
EmbedMessageUtil.extractEmbedded
(ICoreMessage message, org.apache.activemq.artemis.core.persistence.StorageManager storageManager) MessageConverter.fromCore
(ICoreMessage coreMessage, org.apache.activemq.artemis.core.persistence.StorageManager storageManager) -
Uses of ICoreMessage in org.apache.activemq.artemis.spi.core.remoting
Modifier and TypeMethodDescriptionabstract void
SessionContext.sendFullMessage
(ICoreMessage msgI, boolean sendBlocking, SendAcknowledgementHandler handler, SimpleString defaultAddress, int senderID)