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

net.openhft.chronicle.map.channel.MapService Maven / Gradle / Ivy

package net.openhft.chronicle.map.channel;

import net.openhft.chronicle.bytes.Bytes;
import net.openhft.chronicle.map.ChronicleMap;
import net.openhft.chronicle.wire.Marshallable;

public interface MapService extends Marshallable {
    void map(ChronicleMap, VALUE> map);

    void reply(REPLY REPLY);

    Class valueClass();

    Class replyClass();
}




© 2015 - 2026 Weber Informatics LLC | Privacy Policy