public class CppActorMethod<R> extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
methodName |
Class<R> |
returnType |
| Modifier and Type | Method and Description |
|---|---|
static CppActorMethod<Object> |
of(String methodName)
Create a cppthon actor method.
|
static <R> CppActorMethod<R> |
of(String methodName,
Class<R> returnType)
Create a cppthon actor method.
|
public static CppActorMethod<Object> of(String methodName)
methodName - The name of this actor methodpublic static <R> CppActorMethod<R> of(String methodName, Class<R> returnType)
R - The type of the return value of this actor methodmethodName - The name of this actor methodreturnType - Class of the return value of this actor methodCopyright © 2024. All rights reserved.