Package org.teiid.services
Interface InternalEventDistributorFactory
-
- All Superinterfaces:
EventDistributorFactory
- All Known Implementing Classes:
AbstractEventDistributorFactoryService
,EventDistributorFactoryService
public interface InternalEventDistributorFactory extends EventDistributorFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventDistributor
getReplicatedEventDistributor()
-
Methods inherited from interface org.teiid.events.EventDistributorFactory
getEventDistributor
-
-
-
-
Method Detail
-
getReplicatedEventDistributor
EventDistributor getReplicatedEventDistributor()
-
-