Class 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 Detail

      • InvalidRequestDetectedEvent

        public InvalidRequestDetectedEvent​(IoContext context,
                                           ServiceType serviceType,
                                           Object message)
    • Method Detail

      • message

        public Object message()
      • description

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