Interface SqsIO.WriteBatches.EntryMapperFn<T>

All Superinterfaces:
BiFunction<String,T,SendMessageBatchRequestEntry>, Serializable
All Known Subinterfaces:
SqsIO.WriteBatches.EntryMapperFn.Builder<T>
Enclosing class:
SqsIO.WriteBatches<T>

public static interface SqsIO.WriteBatches.EntryMapperFn<T> extends BiFunction<String,T,SendMessageBatchRequestEntry>, Serializable
Mapper to create a SendMessageBatchRequestEntry from a unique batch entry id and the input T.