public class AmqEventRestResource extends Object implements org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
| Constructor and Description |
|---|
AmqEventRestResource(com.atlassian.event.api.EventPublisher eventPublisher,
EventMarshallingRegistry eventMarshallingRegistry) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
destroy() |
javax.ws.rs.core.Response |
getEvents() |
void |
handleEvent(com.atlassian.confluence.plugins.messagequeue.AmqEventRestResource.DummyEvent event) |
void |
triggerEvent(String payload) |
public AmqEventRestResource(com.atlassian.event.api.EventPublisher eventPublisher,
EventMarshallingRegistry eventMarshallingRegistry)
public void afterPropertiesSet()
throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionpublic void destroy()
throws Exception
destroy in interface org.springframework.beans.factory.DisposableBeanException@EventListener public void handleEvent(com.atlassian.confluence.plugins.messagequeue.AmqEventRestResource.DummyEvent event)
public void triggerEvent(String payload)
public javax.ws.rs.core.Response getEvents()
Copyright © 2003–2016 Atlassian. All rights reserved.