public class MessageQueueRestResource extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
| Constructor and Description |
|---|
MessageQueueRestResource(com.atlassian.messagequeue.MessageRunnerService messageRunnerService,
com.atlassian.messagequeue.registry.MessageRunnerRegistryService messageRunnerRegistryService) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMessage(String payload) |
void |
afterPropertiesSet() |
void |
destroy() |
javax.ws.rs.core.Response |
getMessages() |
public MessageQueueRestResource(com.atlassian.messagequeue.MessageRunnerService messageRunnerService,
com.atlassian.messagequeue.registry.MessageRunnerRegistryService messageRunnerRegistryService)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void destroy()
throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeanExceptionpublic void addMessage(String payload)
public javax.ws.rs.core.Response getMessages()
Copyright © 2003–2016 Atlassian. All rights reserved.