
io.gs2.core.model.NotificationMessage Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gs2-java-sdk Show documentation
Show all versions of gs2-java-sdk Show documentation
Game Server Services SDK for Java
The newest version!
package io.gs2.core.model;
public class NotificationMessage {
public String issuer;
public String subject;
public String payload;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy