Class ConnectionStringIgnoredEvent
java.lang.Object
com.couchbase.client.core.cnc.AbstractEvent
com.couchbase.client.core.cnc.events.config.ConnectionStringIgnoredEvent
- All Implemented Interfaces:
Event
Deprecated.
Instead of publishing this event, the SDK now throws an exception.
Because this class never graduated from "volatile API" status, it will be
removed from the next minor version of the SDK.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.couchbase.client.core.cnc.Event
Event.Category, Event.Severity
-
Field Summary
Fields inherited from interface com.couchbase.client.core.cnc.Event
CATEGORY_PREFIX
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Deprecated.A textual description with more information about the event.static ConnectionStringIgnoredEvent
ignoringParameters
(ConnectionString connectionString) Deprecated.static ConnectionStringIgnoredEvent
ignoringScheme
(ConnectionString connectionString) Deprecated.Methods inherited from class com.couchbase.client.core.cnc.AbstractEvent
category, context, created, createdAt, duration, severity, toString
-
Method Details
-
ignoringScheme
@Deprecated public static ConnectionStringIgnoredEvent ignoringScheme(ConnectionString connectionString) Deprecated. -
ignoringParameters
@Deprecated public static ConnectionStringIgnoredEvent ignoringParameters(ConnectionString connectionString) Deprecated. -
connectionString
Deprecated. -
description
Deprecated.Description copied from interface:Event
A textual description with more information about the event.- Returns:
- the description, if set.
-