Class CSDomainExecutor
java.lang.Object
com.io7m.certusine.vanilla.internal.CSDomainExecutor
A domain executor.
-
Constructor Summary
ConstructorsConstructorDescriptionCSDomainExecutor(CSStrings inStrings, CSTelemetryServiceType inTelemetry, CSEventServiceType inEvents, CSOptions inOptions, CSDomain inDomain, Clock inClock, CSCertificateStoreType inCertificateStore, Function<CSAccount, org.shredzone.acme4j.Session> inSessions) A domain executor. -
Method Summary
-
Constructor Details
-
CSDomainExecutor
public CSDomainExecutor(CSStrings inStrings, CSTelemetryServiceType inTelemetry, CSEventServiceType inEvents, CSOptions inOptions, CSDomain inDomain, Clock inClock, CSCertificateStoreType inCertificateStore, Function<CSAccount, org.shredzone.acme4j.Session> inSessions) A domain executor.- Parameters:
inTelemetry- A telemetry serviceinStrings- String resourcesinEvents- The event serviceinOptions- The execution optionsinDomain- The executed domaininSessions- A provider of ACME sessionsinClock- The clock used for time-based operationsinCertificateStore- The certificate store
-
-
Method Details
-
execute
Execute the domain.- Throws:
InterruptedException
-