Uses of Interface
com.iohao.net.framework.core.flow.FlowContext
Packages that use FlowContext
Package
Description
Extension Module - Board Game/Room Game, light-game-room + Domain Event + Built-in Kit = Easily Handle Board Games
Extension Module - Board Games, Room-Based Games - Extension of Gameplay Operations within a Room.
CoreFramework - Core
CoreFramework - Flow
CoreFramework - Business Framework Plugin.
CoreFramework - Kit
-
Uses of FlowContext in com.iohao.net.extension.room
Methods in com.iohao.net.extension.room with parameters of type FlowContextModifier and TypeMethodDescriptionvoidRoomKit.onException(Throwable e, FlowContext flowContext) Send exception to the current userdefault voidRoom.operation(OperationCode operationCode, FlowContext flowContext) execute operationdefault voidRoom.operation(OperationCode operationCode, FlowContext flowContext, Object commandMessage) execute operationdefault voidRoom.operation(OperationHandler operationHandler, FlowContext flowContext) execute operationdefault voidRoom.operation(OperationHandler operationHandler, FlowContext flowContext, Object commandMessage) execute operation -
Uses of FlowContext in com.iohao.net.extension.room.operation
Methods in com.iohao.net.extension.room.operation that return FlowContextModifier and TypeMethodDescriptionPlayerOperationContext.getFlowContext()The FlowContext of the current player -
Uses of FlowContext in com.iohao.net.framework.core
Fields in com.iohao.net.framework.core with type parameters of type FlowContextModifier and TypeFieldDescriptionstatic final ScopedValue<FlowContext> FlowContextKeys.FLOW_CONTEXTMethods in com.iohao.net.framework.core that return FlowContextMethods in com.iohao.net.framework.core with parameters of type FlowContextModifier and TypeMethodDescriptionvoidDefaultSkeletonThreadPipeline.execute(BarSkeleton barSkeleton, FlowContext flowContext) voidFlowExecutor.execute(FlowContext flowContext, BarSkeleton barSkeleton) voidSkeletonThreadPipeline.execute(BarSkeleton barSkeleton, FlowContext flowContext) voidBarSkeleton.handle(FlowContext flowContext) -
Uses of FlowContext in com.iohao.net.framework.core.flow
Classes in com.iohao.net.framework.core.flow that implement FlowContextMethods in com.iohao.net.framework.core.flow that return FlowContextModifier and TypeMethodDescriptionFlowContextFactory.createFlowContext()Create business framework flow contextMethods in com.iohao.net.framework.core.flow with parameters of type FlowContextModifier and TypeMethodDescriptionvoidActionAfter.execute(FlowContext flowContext) voidActionMethodInOut.fuckIn(FlowContext flowContext) voidActionMethodInOut.fuckOut(FlowContext flowContext) ActionMethodInvoke.invoke(FlowContext flowContext) -
Uses of FlowContext in com.iohao.net.framework.core.flow.internal
Methods in com.iohao.net.framework.core.flow.internal with parameters of type FlowContextModifier and TypeMethodDescriptionvoidStatActionInOut.StatActionChangeListener.changed(StatActionInOut.StatAction statAction, long time, FlowContext flowContext) Called after the StatAction statistics record is updateddefault voidTimeRangeInOut.ChangeListener.changed(TimeRangeInOut.TimeRangeDay timeRangeDay, LocalTime localTime, FlowContext flowContext) voidDefaultActionAfter.execute(FlowContext flowContext) default voidStatActionInOut.StatActionChangeListener.flow(StatActionInOut.StatAction statAction, long time, FlowContext flowContext) StatAction update listener flowvoidDebugInOut.fuckIn(FlowContext flowContext) voidStatActionInOut.fuckIn(FlowContext flowContext) voidThreadMonitorInOut.fuckIn(FlowContext flowContext) voidTimeRangeInOut.fuckIn(FlowContext flowContext) voidDebugInOut.fuckOut(FlowContext flowContext) voidStatActionInOut.fuckOut(FlowContext flowContext) voidThreadMonitorInOut.fuckOut(FlowContext flowContext) voidTimeRangeInOut.fuckOut(FlowContext flowContext) DefaultActionMethodInvoke.invoke(FlowContext flowContext) default booleanStatActionInOut.StatActionChangeListener.triggerUpdateTimeRange(StatActionInOut.StatAction statAction, long time, FlowContext flowContext) Trigger condition, a prerequisite for triggering the updateTimeRange methoddefault voidStatActionInOut.StatActionChangeListener.updateTimeRange(StatActionInOut.StatAction statAction, long time, FlowContext flowContext) Called while the StatAction statistics record is being updated, called when the trigger method returns true -
Uses of FlowContext in com.iohao.net.framework.core.kit
Methods in com.iohao.net.framework.core.kit with parameters of type FlowContextModifier and TypeMethodDescriptionstatic voidFlowExecutorKit.execute(FlowContext flowContext, BarSkeleton barSkeleton)