@Service(value="snEventMAnager") public class SnEventManager extends Object implements EventManager
| Constructor and Description |
|---|
SnEventManager() |
SnEventManager(SecureNativeOptions options) |
| Modifier and Type | Method and Description |
|---|---|
SnEvent |
buildEvent(javax.servlet.http.HttpServletRequest request,
EventOptions options) |
void |
sendAsync(SnEvent event,
String url) |
ActionResult |
sendSync(SnEvent event,
String requestUrl) |
@Autowired public Utils utils
public SnEventManager()
public SnEventManager(SecureNativeOptions options)
public SnEvent buildEvent(javax.servlet.http.HttpServletRequest request, EventOptions options)
buildEvent in interface EventManagerpublic ActionResult sendSync(SnEvent event, String requestUrl)
sendSync in interface EventManagerpublic void sendAsync(SnEvent event, String url)
sendAsync in interface EventManagerCopyright © 2019. All rights reserved.