Class TlsRequiredButNotEnabledEvent

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

@Volatile public class TlsRequiredButNotEnabledEvent extends AbstractEvent
  • Method Details

    • forSharedEnvironment

      public static TlsRequiredButNotEnabledEvent forSharedEnvironment()
    • forOwnedEnvironment

      public static TlsRequiredButNotEnabledEvent forOwnedEnvironment()
    • description

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