Uses of Interface
com.iohao.net.framework.communication.ExternalCommunicationDecorator
Packages that use ExternalCommunicationDecorator
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 ExternalCommunicationDecorator in com.iohao.net.framework.communication
Subinterfaces of ExternalCommunicationDecorator in com.iohao.net.framework.communicationModifier and TypeInterfaceDescriptioninterfaceAggregate communication interface combining broadcast, logic call, external, and send capabilities.Classes in com.iohao.net.framework.communication that implement ExternalCommunicationDecoratorModifier and TypeClassDescriptionclassDefault implementation ofCommunicationthat delegates to the globalCommunicationAggregation. -
Uses of ExternalCommunicationDecorator in com.iohao.net.framework.core.flow
Subinterfaces of ExternalCommunicationDecorator 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.interfaceThe 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.interfaceClasses in com.iohao.net.framework.core.flow that implement ExternalCommunicationDecoratorModifier and TypeClassDescriptionclassDefault implementation ofFlowContextwith Lombok-generated getters and setters.