public class SaslMechanismsListedEvent extends AbstractEvent
Event.Category, Event.Severity
CATEGORY_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, createdAt, duration, severity, toString
public SaslMechanismsListedEvent(IoContext context, Set<SaslMechanism> serverMechanisms, Duration duration)
public String description()
Event
public Set<SaslMechanism> serverMechanisms()
Copyright © 2021 Couchbase, Inc.. All rights reserved.