Class InvalidRequestDetectedEvent

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

public class InvalidRequestDetectedEvent extends AbstractEvent
If this event is raised, it indicates a serious bug in the system.

Basically what happened is that the endpoint dispatched a request of a type it has no idea about into the IO layer. This needs to be reported as an issue to the maintainers.

Since:
2.0.0
  • Constructor Details

  • Method Details

    • message

      public Object message()
    • serviceType

      public ServiceType serviceType()
    • description

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