@PublicApi
public interface MessageRunnerService
| Modifier and Type | Method and Description |
|---|---|
void |
addMessage(Message message)
Adds a message that will be executed at some future point.
|
void addMessage(Message message)
message - message specificationMessageRunnerNotRegisteredException - if no runner is registered for the given message's runner keyMessagePayloadSizeExceededException - when a payload that is too large is passedMessageRunnerServiceException - if the message could not be added because of an implementation specific problemCopyright © 2017 Atlassian. All rights reserved.