Uses of Interface
com.iohao.net.framework.communication.LogicCommunicationDecorator
Packages that use LogicCommunicationDecorator
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 LogicCommunicationDecorator in com.iohao.net.framework.communication
Subinterfaces of LogicCommunicationDecorator in com.iohao.net.framework.communicationModifier and TypeInterfaceDescriptioninterfaceAggregate communication interface combining broadcast, logic call, external, and send capabilities.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.Classes in com.iohao.net.framework.communication that implement LogicCommunicationDecoratorModifier and TypeClassDescriptionclassDefault implementation ofCommunicationthat delegates to the globalCommunicationAggregation. -
Uses of LogicCommunicationDecorator in com.iohao.net.framework.core.flow
Subinterfaces of LogicCommunicationDecorator in com.iohao.net.framework.core.flowModifier and TypeInterfaceDescriptioninterfaceThe FlowContext's lifecycle is limited to the duration of a single request flow.interfaceFlow-level cross-logic-server collect call communication for broadcasting requests to all logic servers.interfaceFlow-level cross-logic-server call communication.Classes in com.iohao.net.framework.core.flow that implement LogicCommunicationDecoratorModifier and TypeClassDescriptionclassDefault implementation ofFlowContextwith Lombok-generated getters and setters.