All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.smallrye.reactive.messaging.keyed.KeyedMulti Maven / Gradle / Ivy

The newest version!
package io.smallrye.reactive.messaging.keyed;

import io.smallrye.mutiny.GroupedMulti;

/**
 * A keyed stream.
 *
 * @param  the type of the key
 * @param  the type of the values
 */
public interface KeyedMulti extends GroupedMulti {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy