Package org.teiid.events
Interface EventDistributorFactory
-
- All Known Subinterfaces:
InternalEventDistributorFactory
- All Known Implementing Classes:
AbstractEventDistributorFactoryService
,EmbeddedServer
,EventDistributorFactoryService
public interface EventDistributorFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventDistributor
getEventDistributor()
Get anEventDistributor
that will distribute events to all members.
-
-
-
Method Detail
-
getEventDistributor
EventDistributor getEventDistributor()
Get anEventDistributor
that will distribute events to all members.- Returns:
-
-