Class UnknownResponseReceivedEvent

java.lang.Object
com.couchbase.client.core.cnc.AbstractEvent
com.couchbase.client.core.cnc.events.io.UnknownResponseReceivedEvent
All Implemented Interfaces:
Event

public class UnknownResponseReceivedEvent extends AbstractEvent
  • Constructor Details

    • UnknownResponseReceivedEvent

      public UnknownResponseReceivedEvent(IoContext context, byte[] response)
  • Method Details

    • response

      public byte[] response()
    • description

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