Package sk.ipesoft.d2000.d2japi
Interface RPCConversationManagedHandler
-
public interface RPCConversationManagedHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAborted(RPCConversationContext conversationContext, RPCConversationAbortReason reason)Method called when RPC conversation is aborted due to partner's process unexpected termination.
-
-
-
Method Detail
-
onAborted
void onAborted(RPCConversationContext conversationContext, RPCConversationAbortReason reason)
Method called when RPC conversation is aborted due to partner's process unexpected termination.- Parameters:
conversationContext-reason-
-
-