Class AuthenticationOk

java.lang.Object
io.r2dbc.postgresql.message.backend.AuthenticationOk
All Implemented Interfaces:
AuthenticationMessage, BackendMessage

public final class AuthenticationOk extends Object implements AuthenticationMessage
The AuthenticationOk message.
  • Field Details

    • INSTANCE

      public static final AuthenticationOk INSTANCE
      A static singleton instance that should always be used.
  • Method Details