org.webswing.model.SyncMsg Maven / Gradle / Ivy
package org.webswing.model;
public interface SyncMsg extends Msg {
String getCorrelationId();
}
package org.webswing.model;
public interface SyncMsg extends Msg {
String getCorrelationId();
}