Class ReactiveHandlersUtils

java.lang.Object
org.opends.server.protocols.ReactiveHandlersUtils

public final class ReactiveHandlersUtils extends Object
Utility class for reactive handlers.
  • Field Details

    • LDAP_PROTOCOL_VERSION_3

      public static final int LDAP_PROTOCOL_VERSION_3
      Version 3 of the LDAP protocol.
      See Also:
  • Method Details

    • emitResult

      public static void emitResult(Result result, FlowableEmitter<Response> out)
      Emits a result to the provided reactive emitter, to signal completion of a request.
      Parameters:
      result - The result to emit, which may be null.
      out - The reactive emitter.