public interface IPCHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleCommand(String command,
String application,
String entity,
Map<String,Object> params) |
void |
handleCommand(String command,
String application,
String entity,
Object... params) |
void |
handleMessage(com.fasterxml.jackson.databind.JsonNode ipcEvent) |
void |
handleMessage(String mesage) |
Copyright © 2016. All rights reserved.