Interface FlowBindingLogicServerCommunication

All Superinterfaces:
CommonDecorator, ExternalCommunicationDecorator, FlowCommon, FlowExternalCommunication
All Known Subinterfaces:
FlowContext
All Known Implementing Classes:
DefaultFlowContext

public interface FlowBindingLogicServerCommunication extends FlowExternalCommunication
Flow-level communication for binding or unbinding a user session to specific logic servers. This is an enterprise feature; default implementations throw EnterpriseSupportException.
Since:
25.1
Author:
渔民小镇
date:
2025-10-09
  • Method Details

    • bindingLogicServer

      default CommonResponse bindingLogicServer(BindingEnum operation, int[] logicServerIds)
      Bind or unbind the current user session to the specified logic servers.
      Parameters:
      operation - the binding operation (bind or unbind)
      logicServerIds - the IDs of the logic servers to bind or unbind
      Returns:
      the response indicating success or failure
    • clearBindingLogicServer

      default CommonResponse clearBindingLogicServer()
      Clear all logic server bindings for the current user session.
      Returns:
      the response indicating success or failure