Uses of Class
com.iohao.net.framework.core.BarSkeletonBuilder
Packages that use BarSkeletonBuilder
Package
Description
Provides the core action execution model, metadata, lifecycle hooks, and shared runtime building
blocks used by ionet business logic.
Provides enhancement utilities that extend core action execution behavior, such as wrapper and
interception-style integrations around framework processing steps.
Net-server bootstrap, routing, load-balancing, and connection coordination components.
-
Uses of BarSkeletonBuilder in com.iohao.net.framework.core
Methods in com.iohao.net.framework.core that return BarSkeletonBuilderModifier and TypeMethodDescriptionBarSkeletonBuilder.addBroadcastDocument(@NonNull BroadcastDocumentBuilder builder) Add a broadcast document definition for documentation generation.static BarSkeletonBuilderBarSkeleton.builder()Create a newBarSkeletonBuilderinstance. -
Uses of BarSkeletonBuilder in com.iohao.net.framework.core.enhance
Methods in com.iohao.net.framework.core.enhance with parameters of type BarSkeletonBuilderModifier and TypeMethodDescriptionvoidBarSkeletonBuilderEnhance.enhance(BarSkeletonBuilder builder) Apply enhancements to the given builder.static voidBarSkeletonBuilderEnhances.enhance(BarSkeletonBuilder builder) Apply all registered enhancements to the given builder. -
Uses of BarSkeletonBuilder in com.iohao.net.server
Methods in com.iohao.net.server with parameters of type BarSkeletonBuilderModifier and TypeMethodDescriptionvoidLogicServer.settingBarSkeletonBuilder(BarSkeletonBuilder builder) Configures the bar-skeleton builder for this logic server.