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

net.openhft.chronicle.network.connection.WireOutConsumer Maven / Gradle / Ivy

There is a newer version: 2.17.4
Show newest version
package net.openhft.chronicle.network.connection;

import net.openhft.chronicle.core.threads.InvalidEventHandlerException;
import net.openhft.chronicle.wire.WireOut;

@FunctionalInterface
public interface WireOutConsumer {
    void accept(WireOut wireOut) throws InvalidEventHandlerException, InterruptedException;
}

    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy