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

bt.net.MessageReaderWriter Maven / Gradle / Ivy

There is a newer version: 1.10
Show newest version
package bt.net;

import bt.protocol.Message;

import java.util.Optional;

interface MessageReaderWriter {

    Optional readMessage();

    void writeMessage(Message message);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy