Uses of Interface
org.apache.activemq.artemis.api.core.ICoreMessage
Packages that use ICoreMessage
Package
Description
-
Uses of ICoreMessage in org.apache.activemq.artemis.api.core
Methods in org.apache.activemq.artemis.api.core that return ICoreMessage -
Uses of ICoreMessage in org.apache.activemq.artemis.api.core.client
Subinterfaces of ICoreMessage in org.apache.activemq.artemis.api.core.clientModifier and TypeInterfaceDescriptioninterfaceA ClientMessage represents a message sent and/or received by ActiveMQ Artemis. -
Uses of ICoreMessage in org.apache.activemq.artemis.api.core.management
Methods in org.apache.activemq.artemis.api.core.management with parameters of type ICoreMessageModifier and TypeMethodDescriptionstatic ObjectManagementHelper.getResult(ICoreMessage message) Returns the result of an operation invocation or an attribute value.static ObjectManagementHelper.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 voidManagementHelper.putAttribute(ICoreMessage message, String resourceName, String attribute) Stores a resource attribute in a message to retrieve the value from the server resource.static voidManagementHelper.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 voidManagementHelper.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.remoting
Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type ICoreMessageModifier and TypeMethodDescriptionabstract voidSessionContext.sendFullMessage(ICoreMessage msgI, boolean sendBlocking, SendAcknowledgementHandler handler, SimpleString defaultAddress, int senderID)