All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.rx.net.rpc.protocol.MetadataMessage Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package org.rx.net.rpc.protocol;

import lombok.*;

import java.io.Serializable;

@Getter
@Setter
@ToString
@NoArgsConstructor
@AllArgsConstructor
public class MetadataMessage implements Serializable {
    private static final long serialVersionUID = -3218524051027224831L;
    private int eventVersion;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy