Class FeaturesNegotiatedEvent

  • All Implemented Interfaces:
    Event

    public class FeaturesNegotiatedEvent
    extends AbstractEvent
    Captures the end of the KV feature negotiation.
    • Method Detail

      • description

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

        public List<ServerFeature> negotiated()
        Returns the negotiated server features for this connection.
        Returns:
        the negotiated list of server features.