Record Class ConcatenatingSubscriber.Separators

java.lang.Object
java.lang.Record
io.micronaut.http.body.ConcatenatingSubscriber.Separators
Record Components:
beforeFirst - If there are any items, the buffer to insert before the first one
afterLast - If there are any items, the buffer to insert after the last one
between - Buffer to insert between any items
empty - Buffer to insert if there are no items
Enclosing class:
ConcatenatingSubscriber

public static record ConcatenatingSubscriber.Separators(@Nullable ReadBuffer beforeFirst, @Nullable ReadBuffer afterLast, @Nullable ReadBuffer between, @Nullable ReadBuffer empty) extends Record
Fixed buffers to insert before, after and between items.