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

io.zulia.cache.MetaKeys Maven / Gradle / Ivy

There is a newer version: 1.6.4
Show newest version
package io.zulia.cache;

import static io.grpc.Metadata.ASCII_STRING_MARSHALLER;
import static io.grpc.Metadata.Key;

/**
 * Created by Matt Davis on 6/28/17.
 * @author mdavis
 */
public interface MetaKeys {
	Key ERROR_KEY = Key.of("error", ASCII_STRING_MARSHALLER);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy