Uses of Class
com.iohao.net.framework.protocol.BroadcastMessage
Packages that use BroadcastMessage
Package
Description
Provides the core action execution model, metadata, lifecycle hooks, and shared runtime building
blocks used by ionet business logic.
Provides protocol metadata and structures used to represent command routes, headers, and payload
conventions across the ionet framework.
-
Uses of BroadcastMessage in com.iohao.net.framework.core
Methods in com.iohao.net.framework.core with parameters of type BroadcastMessage -
Uses of BroadcastMessage in com.iohao.net.framework.protocol
Subclasses of BroadcastMessage in com.iohao.net.framework.protocolModifier and TypeClassDescriptionfinal classBroadcast message targeting all connected users (multicast / global broadcast).final classBroadcast message targeting an explicit list of users.final classBroadcast message targeting a single user (unicast).