Package ru.bitel.bgbilling.kernel.event
Class PoolTopicEventPublisher<E extends ru.bitel.bgbilling.kernel.event.common.PoolEvent>
java.lang.Object
ru.bitel.bgbilling.kernel.event.PoolEventPublisher<E>
ru.bitel.bgbilling.kernel.event.PoolTopicEventPublisher<E>
- Type Parameters:
E
-
- All Implemented Interfaces:
java.lang.Runnable
public final class PoolTopicEventPublisher<E extends ru.bitel.bgbilling.kernel.event.common.PoolEvent> extends PoolEventPublisher<E>
-
Field Summary
Fields inherited from class ru.bitel.bgbilling.kernel.event.PoolEventPublisher
messageHandler
-
Method Summary
Modifier and Type Method Description protected void
publish(EventProcessor eventProcessor, java.lang.Class<E> clazz, java.util.List<E> list)
Methods inherited from class ru.bitel.bgbilling.kernel.event.PoolEventPublisher
close, finalize, getModuleId, getPluginId, publish, publishAfterCommit, publishAfterCommit, run, setMessageHandler
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
publish
protected void publish(EventProcessor eventProcessor, java.lang.Class<E> clazz, java.util.List<E> list) throws ru.bitel.bgbilling.common.BGException- Specified by:
publish
in classPoolEventPublisher<E extends ru.bitel.bgbilling.kernel.event.common.PoolEvent>
- Throws:
ru.bitel.bgbilling.common.BGException
-