Interface MapBatchFunction<R,​T>

  • Type Parameters:
    R -
    T -

    public interface MapBatchFunction<R,​T>
    allows a sparse result from the batching function
    Author:
    stelios
    • Method Detail

      • apply

        reactor.core.publisher.Mono<Map<T,​R>> apply​(List<T> input)
        Parameters:
        input - a list of inputs
        Returns:
        Mono yielding a Map with keys being the input.