
net.openhft.chronicle.network.cluster.WritableSubHandler Maven / Gradle / Ivy
package net.openhft.chronicle.network.cluster;
import net.openhft.chronicle.wire.WriteMarshallable;
/**
* @author Rob Austin.
*/
public interface WritableSubHandler {
WriteMarshallable writer();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy