mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Add new OP watcher
This commit is contained in:
parent
0d7f493657
commit
9d6c93f62a
1 changed files with 4 additions and 1 deletions
|
|
@ -145,9 +145,12 @@ public class Message {
|
|||
INTERPRETER_BINDINGS, // [s-c] interpreter bindings
|
||||
GET_INTERPRETER_SETTINGS, // [c-s] get interpreter settings
|
||||
INTERPRETER_SETTINGS, // [s-c] interpreter settings
|
||||
ERROR_INFO // [s-c] error information to be sent
|
||||
ERROR_INFO, // [s-c] error information to be sent
|
||||
WATCHER, // [s-c] TODO(anthonycorbacho): add description.
|
||||
}
|
||||
|
||||
public static final Message EMPTY = new Message(null);
|
||||
|
||||
public OP op;
|
||||
public Map<String, Object> data = new HashMap<>();
|
||||
public String ticket = "anonymous";
|
||||
|
|
|
|||
Loading…
Reference in a new issue