public class ActorCallbackPaste
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
pastebin(Supervisor supervisor,
Actor sender,
java.lang.String content,
java.lang.String successMessage,
ExceptionConverter exceptionConverter)
Submit data to a pastebin service and inform the sender of
success or failure.
|
public static void pastebin(Supervisor supervisor, Actor sender, java.lang.String content, java.lang.String successMessage, ExceptionConverter exceptionConverter)
supervisor
- The supervisor instancesender
- The sendercontent
- The contentsuccessMessage
- The message, formatted with String.format(String, Object...)
on success