public interface PutMessageResponse
QueueService.putMessage(Message).
Contains a list of results that can be used to identify message IDs and connections that the message was sent to,
or contains an error if any issue was encountered.| Modifier and Type | Method and Description |
|---|---|
ErrorResult |
getError()
Retrieves errors about any issues encountered when putting the
Message onto the queue. |
List<PutMessageResult> |
getPutMessageResults()
Retrieves a list of
PutMessageResult objects. |
List<PutMessageResult> getPutMessageResults()
PutMessageResult objects.
Each object represents the result of a connection associated with the queue.PutMessageResult objectsErrorResult getError()
Message onto the queue.ErrorResult object, or null if no error was encounteredCopyright © Veeva Systems 2017–2021. All rights reserved.