Class CallbackRefSerializer.MyRemotedCallback
java.lang.Object
org.nustaq.kontraktor.remoting.encoding.CallbackRefSerializer.MyRemotedCallback
- All Implemented Interfaces:
Serializable,Callback,RemotedCallback
- Enclosing class:
- CallbackRefSerializer
public class CallbackRefSerializer.MyRemotedCallback
extends Object
implements Callback, RemotedCallback
- See Also:
-
Constructor Details
-
MyRemotedCallback
-
-
Method Details
-
getChanId
public int getChanId() -
getId
public long getId() -
complete
Description copied from interface:Callbackset result or error. error might also contain flow indicators to signal end/continue of stream when remoting. (Actor.FIN Actor.CONT) -
isTerminated
public boolean isTerminated()Description copied from interface:Callbackrelevant for remoted callback's- Specified by:
isTerminatedin interfaceCallback- Specified by:
isTerminatedin interfaceRemotedCallback- Returns:
- true if the client owning this remote callback proxy has disconnected
-