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

net.openhft.chronicle.network.cluster.WritableSubHandler Maven / Gradle / Ivy

There is a newer version: 2.17.4
Show newest version
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