public class StartProcessRetryable extends org.jodconverter.core.office.AbstractRetryable<Exception>
| Constructor and Description |
|---|
StartProcessRetryable(@NonNull ProcessManager processManager,
@NonNull ProcessBuilder processBuilder,
@NonNull ProcessQuery processQuery)
Creates a new instance of the class.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
attempt() |
@NonNull org.jodconverter.local.office.VerboseProcess |
getProcess()
Gets the process started by this retryable.
|
long |
getProcessId()
Gets the process id of the process started by this retryable.
|
public StartProcessRetryable(@NonNull ProcessManager processManager, @NonNull ProcessBuilder processBuilder, @NonNull ProcessQuery processQuery)
processManager - The office process manager used to find the process id.processBuilder - The builder used to build the start the process.processQuery - The process query.protected void attempt()
throws Exception
public @NonNull org.jodconverter.local.office.VerboseProcess getProcess()
public long getProcessId()
Copyright © 2016 - present; JODConverter.org. All rights reserved.