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

io.activej.etcd.codec.key.EtcdKeyEncoder Maven / Gradle / Ivy

The newest version!
package io.activej.etcd.codec.key;

import io.etcd.jetcd.ByteSequence;

public interface EtcdKeyEncoder {
	ByteSequence encodeKey(K key);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy