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

org.reactivecommons.async.starter.broker.BrokerProviderFactory Maven / Gradle / Ivy

package org.reactivecommons.async.starter.broker;

import org.reactivecommons.async.starter.props.GenericAsyncProps;

@SuppressWarnings("rawtypes")
public interface BrokerProviderFactory {
    String getBrokerType();

    DiscardProvider getDiscardProvider(T props);

    BrokerProvider getProvider(String domain, T props, DiscardProvider discardProvider);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy