org.apache.s4.comm
Interface RemoteEmitterFactory


public interface RemoteEmitterFactory

Used for creating RemoteEmitter instances depending on the cluster configuration. Follows the "assisted injection" pattern from Guice 3.


Method Summary
 RemoteEmitter createRemoteEmitter(Cluster topology)
           
 

Method Detail

createRemoteEmitter

RemoteEmitter createRemoteEmitter(Cluster topology)