Class InspectRequested


  • public class InspectRequested
    extends java.lang.Object
    Issued when object should be inspected (for example, as a result of inspect() command line API call).
    • Constructor Detail

      • InspectRequested

        public InspectRequested​(RemoteObject object,
                                java.util.Map<java.lang.String,​java.lang.Object> hints,
                                java.util.Optional<ExecutionContextId> executionContextId)
    • Method Detail

      • getHints

        public java.util.Map<java.lang.String,​java.lang.Object> getHints()
      • getExecutionContextId

        @Beta
        public java.util.Optional<ExecutionContextId> getExecutionContextId()
        Identifier of the context where the call was made.