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

rpc.turbo.transport.client.codec.CodecConstants Maven / Gradle / Ivy

The newest version!
package rpc.turbo.transport.client.codec;

import io.netty.util.AttributeKey;

final class CodecConstants {

	final static AttributeKey STARTED_AUTO_EXPIRE_JOB = AttributeKey.valueOf("_STARTED_AUTO_EXPIRE_JOB_");
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy