mirror of
https://gitee.com/san-bing/JChargePointProtocol
synced 2026-05-06 02:49:57 +08:00
grpc 实现
This commit is contained in:
@@ -4,12 +4,13 @@
|
||||
*/
|
||||
package sanbing.jcpp.infrastructure.queue.processing;
|
||||
|
||||
import com.google.protobuf.GeneratedMessage;
|
||||
import lombok.Getter;
|
||||
import sanbing.jcpp.infrastructure.queue.ProtoQueueMsg;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
public class IdMsgPair<T extends com.google.protobuf.GeneratedMessageV3> {
|
||||
public class IdMsgPair<T extends GeneratedMessage> {
|
||||
@Getter
|
||||
final UUID uuid;
|
||||
@Getter
|
||||
|
||||
Reference in New Issue
Block a user