Class InspectServerSession.CommandPostProcessor

java.lang.Object
com.oracle.truffle.tools.chromeinspector.server.InspectServerSession.CommandPostProcessor
Enclosing class:
InspectServerSession

public final class InspectServerSession.CommandPostProcessor extends Object
A post-processor of commands. The post-process job is run just after a response from the command is sent. This can assure deterministic order of messages for instance, it is used currently for resumes.
  • Constructor Details

    • CommandPostProcessor

      public CommandPostProcessor()
  • Method Details

    • setPostProcessJob

      public void setPostProcessJob(Runnable postProcessJob)