Uses of Interface
com.iohao.net.framework.core.flow.FlowCommon
Packages that use FlowCommon
Package
Description
Provides the action invocation flow model, context propagation, and execution pipeline contracts
used to process business requests end to end.
-
Uses of FlowCommon in com.iohao.net.framework.core.flow
Subinterfaces of FlowCommon 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.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 FlowCommonModifier and TypeClassDescriptionclassDefault implementation ofFlowContextwith Lombok-generated getters and setters.