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

com.rcll.llsf_comm.ProtobufConnection Maven / Gradle / Ivy

There is a newer version: 0.1.19.1
Show newest version
package com.rcll.llsf_comm;

import com.google.protobuf.GeneratedMessageV3;

public interface ProtobufConnection {
    void enqueue(GeneratedMessageV3 msg);
    void enqueue(ProtobufMessage msg);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy