Interface ReplyChannelStore
-
public interface ReplyChannelStore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
reply(java.lang.String uuid, java.lang.String message)
void
replyError(java.lang.String uuid, java.lang.String message)
-