public interface IPCProducer
| Modifier and Type | Field and Description |
|---|---|
static String |
COMMAND_EVENT_TYPE |
static String |
SENDER_UUID_KEY |
| Modifier and Type | Method and Description |
|---|---|
void |
produceMessage(com.fasterxml.jackson.databind.JsonNode ipcEvent) |
void |
produceMessage(String message) |
void |
sendCommand(String command,
String application,
String entity,
Map<String,Object> params) |
void |
sendCommand(String command,
String application,
String entity,
Object... params) |
static final String SENDER_UUID_KEY
static final String COMMAND_EVENT_TYPE
Copyright © 2016. All rights reserved.