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

io.smallrye.reactive.messaging.EmitterConfiguration Maven / Gradle / Ivy

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

import org.eclipse.microprofile.reactive.messaging.OnOverflow;

import io.smallrye.reactive.messaging.annotations.EmitterFactoryFor;

public interface EmitterConfiguration {

    String name();

    EmitterFactoryFor emitterType();

    OnOverflow.Strategy overflowBufferStrategy();

    long overflowBufferSize();

    boolean broadcast();

    int numberOfSubscriberBeforeConnecting();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy