Uses of Interface
com.iohao.net.framework.communication.CommonDecorator
Packages that use CommonDecorator
Package
Description
Provides communication contracts and adapters used for request/response delivery, broadcasts, and
cross-service messaging within the framework runtime.
Provides the action invocation flow model, context propagation, and execution pipeline contracts
used to process business requests end to end.
-
Uses of CommonDecorator in com.iohao.net.framework.communication
Subinterfaces of CommonDecorator in com.iohao.net.framework.communicationModifier and TypeInterfaceDescriptioninterfaceDecorator providing multicast broadcast methods to send messages to all connected users.interfaceDecorator providing unicast broadcast methods to send messages to a specific user by ID.interfaceDecorator providing broadcast methods to send messages to a list of users by their IDs.interfaceAggregate communication interface combining broadcast, logic call, external, and send capabilities.interfaceDecorator interface providing convenience methods for communicating with external (client-facing) servers.interfaceDecorator providing cross-logic-server collect-style calls that aggregate responses from multiple logic servers.interfaceDecorator providing cross-logic-server synchronous and asynchronous call methods with various data type overloads.interfaceDecorator providing fire-and-forget message sending to other logic servers.Classes in com.iohao.net.framework.communication that implement CommonDecoratorModifier and TypeClassDescriptionclassDefault implementation ofCommunicationthat delegates to the globalCommunicationAggregation. -
Uses of CommonDecorator in com.iohao.net.framework.core.flow
Subinterfaces of CommonDecorator in com.iohao.net.framework.core.flowModifier and TypeInterfaceDescriptioninterfaceFlow-level attachment communication for reading and writing request-scoped attachment data.interfaceFlow-level communication for binding or unbinding a user session to specific logic servers.interfaceFlow-level broadcast communication providing methods to broadcast messages to the requesting user (broadcastMe) with various data type overloads.interfaceBase interface for flow communication, providing access to the server, request, executor, and communication infrastructure.interfaceFlowCommunicationEventBusinterfaceThe FlowContext's lifecycle is limited to the duration of a single request flow.interfaceFlow-level communication for sending requests to external servers.interfaceFlow-level communication for writing response data back to the external client, supporting various data types and list encodings.interfaceFlow-level cross-logic-server collect call communication for broadcasting requests to all logic servers.interfaceFlow-level cross-logic-server call communication.interfaceFlow-level fire-and-forget message sending to other logic servers.interfaceClasses in com.iohao.net.framework.core.flow that implement CommonDecoratorModifier and TypeClassDescriptionclassDefault implementation ofFlowContextwith Lombok-generated getters and setters.