public final class JobCallback extends Record
| Constructor and Description |
|---|
JobCallback(Object callback,
AsyncContext asyncContextSnapshot) |
JobCallback(Object callback,
AsyncContext asyncContextSnapshot,
Object hostDefined) |
| Modifier and Type | Method and Description |
|---|---|
AsyncContext |
asyncContextSnapshot() |
Object |
callback() |
boolean |
equals(Object o) |
int |
hashCode() |
Object |
hostDefined() |
String |
toString() |
public JobCallback(Object callback, AsyncContext asyncContextSnapshot)
public JobCallback(Object callback, AsyncContext asyncContextSnapshot, Object hostDefined)
public Object callback()
public AsyncContext asyncContextSnapshot()
public Object hostDefined()