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 EventReceiverService
public 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 EventReceiverService
Copyright © 2017 WSO2. All rights reserved.