protected static class Send.SendRunnable extends Object implements Runnable, CompletionListener<String>
Modifier | Constructor and Description |
---|---|
protected |
Send.SendRunnable(NonBlockingClient client,
Map<String,Object> args,
String[] messages) |
Modifier and Type | Method and Description |
---|---|
void |
onError(NonBlockingClient client,
String context,
Exception exception) |
void |
onSuccess(NonBlockingClient client,
String context) |
void |
run() |
protected Send.SendRunnable(NonBlockingClient client, Map<String,Object> args, String[] messages)
public void onSuccess(NonBlockingClient client, String context)
onSuccess
in interface CompletionListener<String>
public void onError(NonBlockingClient client, String context, Exception exception)
onError
in interface CompletionListener<String>
Copyright © 2015 International Business Machines Corporation. All rights reserved.