io.harness.cf.client.dto.Message Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ff-java-server-sdk Show documentation
Show all versions of ff-java-server-sdk Show documentation
Harness Feature Flag Java Server SDK
The newest version!
package io.harness.cf.client.dto;
import lombok.Data;
@Data
public class Message {
private final String event;
private final String domain;
private final String identifier;
private final int version;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy