public abstract class RemotingCallback extends Object
| Modifier and Type | Field and Description |
|---|---|
Integer |
flag |
Class<?> |
returnType |
String |
serializationFormat |
| Constructor and Description |
|---|
RemotingCallback() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
onException(Throwable exception) |
abstract void |
onMethodReturn(MethodReturn methodReturn) |
public Integer flag
public String serializationFormat
public Class<?> returnType
public abstract void onException(Throwable exception)
public abstract void onMethodReturn(MethodReturn methodReturn)
Copyright © 2021. All rights reserved.