public abstract class IPCBasicHandler extends Object implements IPCHandler
| Constructor and Description |
|---|
IPCBasicHandler() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.ObjectMapper |
getMapper() |
void |
handleCommand(String command,
String application,
String entity,
Object... params) |
void |
handleMessage(com.fasterxml.jackson.databind.JsonNode ipcEvent) |
void |
handleMessage(String message) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleCommandpublic com.fasterxml.jackson.databind.ObjectMapper getMapper()
public void handleMessage(String message)
handleMessage in interface IPCHandlerpublic void handleMessage(com.fasterxml.jackson.databind.JsonNode ipcEvent)
handleMessage in interface IPCHandlerpublic void handleCommand(String command, String application, String entity, Object... params)
handleCommand in interface IPCHandlerCopyright © 2016. All rights reserved.