Constructor and Description |
---|
Mail(ThrowingRunnable<? extends Exception> runnable,
int priority,
StreamTaskActionExecutor actionExecutor,
String descriptionFormat,
Object... descriptionArgs) |
Mail(ThrowingRunnable<? extends Exception> runnable,
int priority,
String descriptionFormat,
Object... descriptionArgs) |
Modifier and Type | Method and Description |
---|---|
int |
getPriority() |
void |
run() |
String |
toString() |
void |
tryCancel(boolean mayInterruptIfRunning) |
public Mail(ThrowingRunnable<? extends Exception> runnable, int priority, String descriptionFormat, Object... descriptionArgs)
public Mail(ThrowingRunnable<? extends Exception> runnable, int priority, StreamTaskActionExecutor actionExecutor, String descriptionFormat, Object... descriptionArgs)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.