public class EventPublisherConcurrentHandlingTest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
EventPublisherConcurrentHandlingTest.ConcurrencyTestEvent |
| Modifier and Type | Field and Description |
|---|---|
static int |
POOL_SIZE |
| Constructor and Description |
|---|
EventPublisherConcurrentHandlingTest(com.atlassian.event.api.EventPublisher eventPublisher,
com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate,
com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory,
DataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(EventPublisherConcurrentHandlingTest.ConcurrencyTestEvent event) |
void |
setUp() |
void |
shouldNotStarveWithMultipleConcurrentEvents() |
void |
tearDown() |
public static final int POOL_SIZE
@Autowired
public EventPublisherConcurrentHandlingTest(com.atlassian.event.api.EventPublisher eventPublisher,
com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate,
com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettingsFactory,
DataSource dataSource)
@EventListener public void onEvent(EventPublisherConcurrentHandlingTest.ConcurrencyTestEvent event)
Copyright © 2023 Atlassian. All rights reserved.