public static interface SqsIO.WriteBatches.EntryMapperFn<T> extends java.util.function.BiFunction<java.lang.String,T,SendMessageBatchRequestEntry>, java.io.Serializable
SendMessageBatchRequestEntry
from a unique batch entry id and the
input T
.Modifier and Type | Interface and Description |
---|---|
static interface |
SqsIO.WriteBatches.EntryMapperFn.Builder<T>
A more convenient
SqsIO.WriteBatches.EntryMapperFn variant that already sets the entry id. |