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

lustering.wildfly-clustering-marshalling-protostream.4.0.0.Beta2.source-code.java.util.concurrent.atomic.proto Maven / Gradle / Ivy

syntax = "proto3";

package java.util.concurrent.atomic;

import "org.wildfly.clustering.marshalling.protostream.proto";

// IDs: 80 - 89

/**
 * @TypeId(80)
 */
message AtomicBoolean {
	bool	value	= 1;
}

/**
 * @TypeId(81)
 */
message AtomicInteger {
	sint32	value	= 1;
}

/**
 * @TypeId(82)
 */
message AtomicLong {
	sint64	value	= 1;
}

/**
 * @TypeId(83)
 */
message AtomicReference {
	org.wildfly.clustering.marshalling.protostream.Any	value	= 1;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy