public class OutboundClientMessageOneShotJob extends JobImpl
Modifier and Type | Field and Description |
---|---|
static String |
BUNDLE_REPLY_LEASESET
NOTE: Changed as of 0.9.2.
|
static String |
OVERALL_TIMEOUT_MS_PARAM
final timeout (in milliseconds) that the outbound message will fail in.
|
Constructor and Description |
---|
OutboundClientMessageOneShotJob(RouterContext ctx,
OutboundCache cache,
ClientMessage msg)
Send the sucker
|
Modifier and Type | Method and Description |
---|---|
String |
getName()
Descriptive name of the task
|
static void |
init(RouterContext ctx)
call once only
|
void |
runJob()
Actually perform the task.
|
dropped, getAddedBy, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, requeue, toString
public static final String OVERALL_TIMEOUT_MS_PARAM
public static final String BUNDLE_REPLY_LEASESET
public OutboundClientMessageOneShotJob(RouterContext ctx, OutboundCache cache, ClientMessage msg)
public static void init(RouterContext ctx)
public void runJob()
Job