public final class SuspendedTaskImpl extends Object implements SuspendedTask
Constructor and Description |
---|
SuspendedTaskImpl(ActiveContext context,
byte[] message,
String id) |
Modifier and Type | Method and Description |
---|---|
byte[] |
get()
Message payload.
|
ActiveContext |
getActiveContext() |
String |
getId()
Returns an identifier of this object.
|
String |
toString() |
public SuspendedTaskImpl(ActiveContext context, byte[] message, String id)
public ActiveContext getActiveContext()
getActiveContext
in interface SuspendedTask
public String getId()
Identifiable
getId
in interface Identifiable
Copyright © 2016 The Apache Software Foundation. All rights reserved.