Uses of Annotation Interface
com.iohao.net.framework.annotations.Enterprise
Packages that use Enterprise
Package
Description
Provides route-level external-server caching support for serving hot data directly from the
external layer and reducing logic-server round trips.
Provides communication contracts and adapters used for request/response delivery, broadcasts, and
cross-service messaging within the framework runtime.
Provides distributed EventBus contracts for publishing and subscribing cross-service events
within ionet applications.
Provides the core action execution model, metadata, lifecycle hooks, and shared runtime building
blocks used by ionet business logic.
Provides the action invocation flow model, context propagation, and execution pipeline contracts
used to process business requests end to end.
-
Uses of Enterprise in com.iohao.net.external.core.hook.cache
Classes in com.iohao.net.external.core.hook.cache with annotations of type EnterpriseModifier and TypeInterfaceDescriptioninterfaceInterfaces for external server cache data query and addition. -
Uses of Enterprise in com.iohao.net.framework.communication
Classes in com.iohao.net.framework.communication with annotations of type EnterpriseModifier and TypeInterfaceDescriptioninterfaceCommunication interface for dispatchingEventBusMessageevents to remote logic servers.interfaceCommunication interface for collecting aggregated responses from multiple external (client-facing) servers.interfaceDecorator providing cross-logic-server collect-style calls that aggregate responses from multiple logic servers.interfaceCommunication interface for collecting aggregated responses from multiple logic servers. -
Uses of Enterprise in com.iohao.net.framework.communication.eventbus
Classes in com.iohao.net.framework.communication.eventbus with annotations of type EnterpriseModifier and TypeInterfaceDescriptioninterfaceConfiguration interface for the EventBus subsystem, providing factory methods for creating EventBus instances and accessing the EventBus region. -
Uses of Enterprise in com.iohao.net.framework.core
Classes in com.iohao.net.framework.core with annotations of type Enterprise -
Uses of Enterprise in com.iohao.net.framework.core.flow
Classes in com.iohao.net.framework.core.flow with annotations of type EnterpriseModifier and TypeInterfaceDescriptioninterfaceFlow-level communication for binding or unbinding a user session to specific logic servers.interfaceFlowCommunicationEventBusinterfaceFlow-level cross-logic-server collect call communication for broadcasting requests to all logic servers.