| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMessageRunnerRegistryService
A default message runner registry that stores registrations in memory in a concurrent data structure.
|
| Constructor and Description |
|---|
NestedMessageConsumer(MessageRunnerRegistryHelper messageRunnerRegistryHelper,
com.atlassian.tenant.impl.TenantIdSetter tenantIdSetter)
Constructs an instance of
NestedMessageConsumer. |
| Modifier and Type | Class and Description |
|---|---|
class |
InMemoryMessageRunnerService
Implementation of both
MessageRunnerService and MessageRunnerRegistryService. |
| Constructor and Description |
|---|
SchedulerMessageRunnerService(com.atlassian.scheduler.SchedulerService schedulerService,
MessageRunnerRegistryHelper messageRunnerRegistryHelper,
MessageInformationService messageInformationService,
NestedMessageSerializer nestedMessageSerializer)
Constructs a new instance of SchedulerMessageRunnerService.
|
SchedulerMessageRunnerService(com.atlassian.scheduler.SchedulerService schedulerService,
MessageRunnerRegistryHelper messageRunnerRegistryHelper,
MessageInformationService messageInformationService,
NestedMessageSerializer nestedMessageSerializer,
long deliveryIntervalMillis,
int maxDeliveryCount)
Constructs a new instance of SchedulerMessageRunnerService.
|
| Constructor and Description |
|---|
SQSMessageRunnerService(com.amazonaws.services.sqs.AmazonSQSClient amazonSQSClient,
String queueUrl,
MessageRunnerRegistryHelper messageRunnerRegistryHelper,
com.atlassian.tenant.impl.TenantIdSetter tenantIdSetter,
MessageInformationService messageInformationService,
NestedMessageSerializer nestedMessageSerializer) |
Copyright © 2016 Atlassian. All rights reserved.