public interface MultiEventPublisher
extends com.atlassian.event.api.EventPublisher
EventPublisher
that allows special handling for sets of many events sent at the same time.Modifier and Type | Method and Description |
---|---|
void |
publishAll(Collection<Object> events)
Publish events that will be consumed by their respective registered listeners.
|
void publishAll(Collection<Object> events)
EventPublisher.publish(Object)
for every event in the collection.Copyright © 2021 Atlassian. All rights reserved.