Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejava
/**
 * Name of the listener used for the connection
 */
ListenerNameString listenerName();

 

As well as to all the existing implementations: PlaintextAuthenticationContext, SslAuthenticationContext and SaslAuthenticationContext.

That will return the String value (value()) of the ListenerName used by the connection. For example, with the following configuration:

...

Compatibility, Deprecation, and Migration Plan

No compatilibtycompatibility, deprecation, migration plan required.

...