Class CustomTlsCiphersEnabledEvent

java.lang.Object
com.couchbase.client.core.cnc.AbstractEvent
com.couchbase.client.core.cnc.events.io.CustomTlsCiphersEnabledEvent
All Implemented Interfaces:
Event

public class CustomTlsCiphersEnabledEvent extends AbstractEvent
This event is emitted if the user has configured a custom list of tls ciphers.
  • Constructor Details

    • CustomTlsCiphersEnabledEvent

      public CustomTlsCiphersEnabledEvent(List<String> ciphers, Context context)
  • Method Details

    • ciphers

      public List<String> ciphers()
    • description

      public String description()
      Description copied from interface: Event
      A textual description with more information about the event.
      Returns:
      the description, if set.