public class SaslMechanismsListedEvent extends AbstractEvent
Event.Category, Event.SeverityCATEGORY_PREFIX| Constructor and Description |
|---|
SaslMechanismsListedEvent(IoContext context,
Set<SaslMechanism> serverMechanisms,
Duration duration) |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
A textual description with more information about the event.
|
Set<SaslMechanism> |
serverMechanisms() |
category, context, created, createdAt, duration, severity, toStringpublic SaslMechanismsListedEvent(IoContext context, Set<SaslMechanism> serverMechanisms, Duration duration)
public String description()
Eventpublic Set<SaslMechanism> serverMechanisms()
Copyright © 2024 Couchbase, Inc.. All rights reserved.