Interface FlowBroadcastCommunication
- All Superinterfaces:
BroadcastMulticastCommunicationDecorator, BroadcastUserCommunicationDecorator, BroadcastUserListCommunicationDecorator, CommonDecorator, FlowCommon
- All Known Subinterfaces:
FlowContext
- All Known Implementing Classes:
DefaultFlowContext
public interface FlowBroadcastCommunication
extends FlowCommon, BroadcastUserCommunicationDecorator, BroadcastUserListCommunicationDecorator, BroadcastMulticastCommunicationDecorator
FlowBroadcast
- Since:
- 25.1
- Author:
- 渔民小镇
- date:
- 2025-10-09
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidbroadcastMe(CmdInfo cmdInfo) default voidbroadcastMe(CmdInfo cmdInfo, boolean data) default voidbroadcastMe(CmdInfo cmdInfo, byte[] data) default voidbroadcastMe(CmdInfo cmdInfo, int data) default voidbroadcastMe(CmdInfo cmdInfo, long data) default voidbroadcastMe(CmdInfo cmdInfo, Object data) default voidbroadcastMe(CmdInfo cmdInfo, String data) default voidbroadcastMe(CmdInfo cmdInfo, List<?> dataList) default voidbroadcastMe(BroadcastUserMessage message) default voidbroadcastMeListBool(CmdInfo cmdInfo, List<Boolean> dataList) default voidbroadcastMeListInt(CmdInfo cmdInfo, List<Integer> dataList) default voidbroadcastMeListLong(CmdInfo cmdInfo, List<Long> dataList) default voidbroadcastMeListString(CmdInfo cmdInfo, List<String> dataList) Methods inherited from interface BroadcastMulticastCommunicationDecorator
broadcast, broadcastMulticast, broadcastMulticast, broadcastMulticast, broadcastMulticast, broadcastMulticast, broadcastMulticast, broadcastMulticast, broadcastMulticast, broadcastMulticastListBool, broadcastMulticastListInt, broadcastMulticastListLong, broadcastMulticastListStringMethods inherited from interface BroadcastUserCommunicationDecorator
broadcast, broadcastUser, broadcastUser, broadcastUser, broadcastUser, broadcastUser, broadcastUser, broadcastUser, broadcastUser, broadcastUserListBool, broadcastUserListInt, broadcastUserListLong, broadcastUserListStringMethods inherited from interface BroadcastUserListCommunicationDecorator
broadcast, broadcastUsers, broadcastUsers, broadcastUsers, broadcastUsers, broadcastUsers, broadcastUsers, broadcastUsers, broadcastUsers, broadcastUsersListBool, broadcastUsersListInt, broadcastUsersListLong, broadcastUsersListStringMethods inherited from interface CommonDecorator
getCommunicationAggregationMethods inherited from interface FlowCommon
execute, executeUser, executeVirtual, getBarSkeleton, getCmdInfo, getCommunicationType, getCurrentExecutor, getCurrentThreadExecutor, getExecutorRegion, getRequest, getServer, getServerId, getThreadIndex, getTraceId, getUserId, getUserThreadExecutor, getVirtualThreadExecutor, setMethodResult, setUserId
-
Method Details
-
broadcastMe
-
broadcastMe
-
broadcastMe
-
broadcastMe
-
broadcastMe
-
broadcastMe
-
broadcastMe
-
broadcastMe
-
broadcastMe
-
broadcastMeListInt
-
broadcastMeListBool
-
broadcastMeListLong
-
broadcastMeListString
-