com.rcll.llsf_comm.ProtobufConnection Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk Show documentation
Show all versions of java-sdk Show documentation
Java SDK for the RoboCup Logistics League
package com.rcll.llsf_comm;
import com.google.protobuf.GeneratedMessageV3;
public interface ProtobufConnection {
void enqueue(GeneratedMessageV3 msg);
void enqueue(ProtobufMessage msg);
}