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

org.nustaq.kontraktor.remoting.base.RemotedCallback Maven / Gradle / Ivy

The newest version!
package org.nustaq.kontraktor.remoting.base;

/**
 * Created by ruedi on 01/07/15.
 *
 * Tagging interface for callbacks forwarding to a remote location. A remoted callback is
 * deserialized as CallbackWrapper with the "realCallback" field containing an
 * instance of RemotedCallback
 *
 */
public interface RemotedCallback {

    boolean isTerminated();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy