Interface DispatchObserver

All Superinterfaces:
Observer

public interface DispatchObserver extends Observer
The dispatch observer to instrument servant dispatch.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    reply(int size)
    Reply notification.
    void
    Notification of a user exception.

    Methods inherited from interface com.zeroc.Ice.Instrumentation.Observer

    attach, detach, failed
  • Method Details

    • userException

      void userException()
      Notification of a user exception.
    • reply

      void reply(int size)
      Reply notification.
      Parameters:
      size - The size of the reply.