Interface ProtocolHandler.Notification
-
- Enclosing interface:
- ProtocolHandler
public static interface ProtocolHandler.Notification
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
notification(int processId, String channelName, String payload)
-
-
-
Method Detail
-
notification
void notification(int processId, String channelName, String payload) throws IOException
- Throws:
IOException
-
-