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

io.activej.etcd.codec.prefix.EtcdPrefixDecoder Maven / Gradle / Ivy

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

import io.activej.etcd.exception.MalformedEtcdDataException;
import io.etcd.jetcd.ByteSequence;

public interface EtcdPrefixDecoder {
	Prefix decodePrefix(ByteSequence byteSequence) throws MalformedEtcdDataException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy