Uses of Record Class
com.iohao.net.framework.protocol.SettingUserIdResult
Packages that use SettingUserIdResult
Package
Description
Provides the action invocation flow model, context propagation, and execution pipeline contracts
used to process business requests end to end.
Provides protocol metadata and structures used to represent command routes, headers, and payload
conventions across the ionet framework.
-
Uses of SettingUserIdResult in com.iohao.net.framework.core.flow
Methods in com.iohao.net.framework.core.flow that return SettingUserIdResultModifier and TypeMethodDescriptiondefault SettingUserIdResultFLowUserIdSettingCommunication.bindingUserIdAndGetResult(long bindingUserId) -
Uses of SettingUserIdResult in com.iohao.net.framework.protocol
Fields in com.iohao.net.framework.protocol declared as SettingUserIdResultModifier and TypeFieldDescriptionstatic final SettingUserIdResultSettingUserIdResult.ERRORGeneric internal communication error result.static final SettingUserIdResultSettingUserIdResult.SUCCESSSuccessful result singleton.Methods in com.iohao.net.framework.protocol that return SettingUserIdResultModifier and TypeMethodDescriptionstatic SettingUserIdResultSettingUserIdResult.ofError(ErrorInformation errorInformation) Create an error result from the givenErrorInformation.static SettingUserIdResultCreate an error result with a validation error code and the given message.