Interface FlowCommon
- All Superinterfaces:
CommonDecorator
- All Known Subinterfaces:
FlowAttachmentCommunication, FlowBindingLogicServerCommunication, FlowBroadcastCommunication, FlowCommunicationEventBus, FlowContext, FlowExternalCommunication, FlowExternalWriteCommunication, FlowLogicCallCollectCommunication, FlowLogicCallCommunication, FlowLogicSendCommunication, FLowUserIdSettingCommunication
- All Known Implementing Classes:
DefaultFlowContext
FlowCommon
- Since:
- 25.1
- Author:
- 渔民小镇
- date:
- 2025-10-09
-
Method Summary
Modifier and TypeMethodDescriptiondefault voiddefault voidexecuteUser(Runnable command) default voidexecuteVirtual(Runnable command) default Executordefault ExecutorRegiondefault Serverdefault intdefault longdefault Stringlongdefault ThreadExecutordefault ThreadExecutorvoidsetMethodResult(Object data) voidsetUserId(long userId) Methods inherited from interface CommonDecorator
getCommunicationAggregation
-
Method Details
-
getUserId
long getUserId() -
setUserId
void setUserId(long userId) -
getRequest
Request getRequest() -
getBarSkeleton
BarSkeleton getBarSkeleton() -
getCmdInfo
CmdInfo getCmdInfo() -
getServer
-
getServerId
default int getServerId() -
getTraceId
- Specified by:
getTraceIdin interfaceCommonDecorator
-
getThreadIndex
default long getThreadIndex() -
getCurrentExecutor
- Specified by:
getCurrentExecutorin interfaceCommonDecorator
-
getCurrentThreadExecutor
ThreadExecutor getCurrentThreadExecutor() -
getExecutorRegion
-
getUserThreadExecutor
-
getVirtualThreadExecutor
-
execute
-
executeUser
-
executeVirtual
-
setMethodResult
-
getCommunicationType
CommunicationType getCommunicationType()
-