Class ExecuteObjectInstrumentationContextAdapter

    • Method Detail

      • onDispatched

        public void onDispatched​(java.util.concurrent.CompletableFuture<java.util.Map<java.lang.String,​java.lang.Object>> result)
        Description copied from interface: InstrumentationContext
        This is invoked when the instrumentation step is initially dispatched
        Specified by:
        onDispatched in interface InstrumentationContext<java.util.Map<java.lang.String,​java.lang.Object>>
        Parameters:
        result - the result of the step as a completable future
      • onCompleted

        public void onCompleted​(java.util.Map<java.lang.String,​java.lang.Object> result,
                                java.lang.Throwable t)
        Description copied from interface: InstrumentationContext
        This is invoked when the instrumentation step is fully completed
        Specified by:
        onCompleted in interface InstrumentationContext<java.util.Map<java.lang.String,​java.lang.Object>>
        Parameters:
        result - the result of the step (which may be null)
        t - this exception will be non null if an exception was thrown during the step