Interface FFICommunicatorGen
-
- All Superinterfaces:
FFICommunicator,com.alibaba.fastffi.FFIPointer,FFIType,Serializable
- All Known Implementing Classes:
FFICommunicatorGen_cxx_0xd6e741c0
public interface FFICommunicatorGen extends FFICommunicator
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default <MSG_T> voidmax(MSG_T msgIn, MSG_T msgOut)default <MSG_T> voidmin(MSG_T msgIn, MSG_T msgOut)default <MSG_T> voidreceiveFrom(int srcFid, MSG_T msgIn)default <MST_T> voidsendTo(int dstFid, MST_T msgOut)default <MSG_T> voidsum(MSG_T msgIn, MSG_T msgOut)
-
-
-
Method Detail
-
sum
default <MSG_T> void sum(MSG_T msgIn, MSG_T msgOut)- Specified by:
sumin interfaceFFICommunicator
-
min
default <MSG_T> void min(MSG_T msgIn, MSG_T msgOut)- Specified by:
minin interfaceFFICommunicator
-
max
default <MSG_T> void max(MSG_T msgIn, MSG_T msgOut)- Specified by:
maxin interfaceFFICommunicator
-
sendTo
default <MST_T> void sendTo(int dstFid, MST_T msgOut)- Specified by:
sendToin interfaceFFICommunicator
-
receiveFrom
default <MSG_T> void receiveFrom(int srcFid, MSG_T msgIn)- Specified by:
receiveFromin interfaceFFICommunicator
-
-