public interface BlobListRenderer
| Modifier and Type | Method and Description |
|---|---|
default void |
render(java.util.Collection<RemoteBlob> list,
InterlokMessage msg)
Render the list of
RemoteBlob instances into the message. |
static InterlokException |
wrapInterlokException(java.lang.String msg,
java.lang.Throwable e) |
static InterlokException |
wrapInterlokException(java.lang.Throwable e) |
default void render(java.util.Collection<RemoteBlob> list, InterlokMessage msg) throws InterlokException
RemoteBlob instances into the message.list - the list of RemoteBlobmsg - the messageInterlokException - wrapping other exceptions.static InterlokException wrapInterlokException(java.lang.String msg, java.lang.Throwable e)
static InterlokException wrapInterlokException(java.lang.Throwable e)