public class EventReceiverServiceImpl extends Object implements EventReceiverService
| Constructor and Description |
|---|
EventReceiverServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response |
publishEvents(EventBeanWrapper eventBeanWrapper) |
javax.ws.rs.core.Response |
retrieveAlerts(String deviceId,
long from,
long to,
String type,
String ifModifiedSince) |
public javax.ws.rs.core.Response publishEvents(EventBeanWrapper eventBeanWrapper)
publishEvents in interface EventReceiverServicepublic javax.ws.rs.core.Response retrieveAlerts(@Size(min=2,max=45)
String deviceId,
long from,
long to,
@Size(min=2,max=45)
String type,
@HeaderParam(value="If-Modified-Since")
String ifModifiedSince)
retrieveAlerts in interface EventReceiverServiceCopyright © 2017 WSO2. All rights reserved.