Search and download functionalities are using the official Maven repository.

com.firefly.net.tcp.codec.MessageHandler Maven / Gradle / Ivy

package com.firefly.net.tcp.codec;

import com.firefly.utils.function.Action1;

public interface MessageHandler {

    void receive(R obj);

    MessageHandler complete(Action1 action);

    MessageHandler exception(Action1 exception);

}




© 2015 - 2026 Weber Informatics LLC | Privacy Policy