Interface ChildInvocationObserver

All Superinterfaces:
Observer
All Known Subinterfaces:
CollocatedObserver, RemoteObserver

public interface ChildInvocationObserver extends Observer
The child invocation observer to instrument remote or collocated invocations.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    reply(int size)
    Reply notification.

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

    attach, detach, failed
  • Method Details

    • reply

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