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

com.bazaarvoice.emodb.databus.core.FanoutManager Maven / Gradle / Ivy

There is a newer version: 6.5.190
Show newest version
package com.bazaarvoice.emodb.databus.core;

import com.bazaarvoice.emodb.databus.repl.ReplicationSource;
import com.bazaarvoice.emodb.datacenter.api.DataCenter;
import io.dropwizard.lifecycle.Managed;

public interface FanoutManager {

    /** Starts the main fanout thread that copies from __system_bus:master to individual subscriptions. */
    Managed newMasterFanout();
    
    /** Starts polling remote data centers and copying events to local individual subscriptions. */
    Managed newInboundReplicationFanout(DataCenter dataCenter, ReplicationSource replicationSource);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy