lustering.wildfly-clustering-server-infinispan.5.0.6.Final.source-code.org.wildfly.clustering.server.infinispan.scheduler.proto Maven / Gradle / Ivy
syntax = "proto3";
package org.wildfly.clustering.server.infinispan.scheduler;
import "org.wildfly.clustering.marshalling.protostream.proto";
// IDs: 180 - 187
/**
* @TypeId(180)
*/
message CancelCommand {
org.wildfly.clustering.marshalling.protostream.Any id = 1;
}
/**
* @TypeId(181)
*/
message ScheduleCommand {
org.wildfly.clustering.marshalling.protostream.Any id = 1;
org.wildfly.clustering.marshalling.protostream.Any metaData = 2;
}
/**
* @TypeId(182)
*/
message EntriesCommand {
}
/**
* @TypeId(183)
*/
message ContainsCommand {
org.wildfly.clustering.marshalling.protostream.Any id = 1;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy