Class FeaturesNegotiationFailedEvent

  • All Implemented Interfaces:
    Event

    public class FeaturesNegotiationFailedEvent
    extends AbstractEvent
    • Constructor Detail

      • FeaturesNegotiationFailedEvent

        public FeaturesNegotiationFailedEvent​(IoContext ctx,
                                              short status)
    • 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.
      • status

        public short status()
        Returns the KV status which was not successful, useful for debugging.
        Returns:
        the unsuccessful status.