com.cerner.beadledom.resteasy.fauxservice.fauxmodels.FauxServiceProtocol Maven / Gradle / Ivy
/**
* Autogenerated by Avro
*
* DO NOT EDIT DIRECTLY
*/
package com.cerner.beadledom.resteasy.fauxservice.fauxmodels;
@org.apache.avro.specific.AvroGenerated
public interface FauxServiceProtocol {
public static final org.apache.avro.Protocol PROTOCOL = org.apache.avro.Protocol.parse("{\"protocol\":\"FauxServiceProtocol\",\"namespace\":\"com.cerner.beadledom.resteasy.fauxservice.fauxmodels\",\"types\":[{\"type\":\"record\",\"name\":\"PointlessThing\",\"fields\":[{\"name\":\"text\",\"type\":{\"type\":\"string\",\"avro.java.string\":\"String\"},\"doc\":\"When you gaze long into an abyss, the abyss also gazes into you.\"}]}],\"messages\":{}}");
@SuppressWarnings("all")
public interface Callback extends FauxServiceProtocol {
public static final org.apache.avro.Protocol PROTOCOL = com.cerner.beadledom.resteasy.fauxservice.fauxmodels.FauxServiceProtocol.PROTOCOL;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy