| Package | Description |
|---|---|
| org.smallmind.phalanx.wire.amqp.rabbitmq | |
| org.smallmind.phalanx.wire.jms | |
| org.smallmind.phalanx.worker |
| Modifier and Type | Method and Description |
|---|---|
InvocationWorker |
RabbitMQResponseTransport.createWorker(MetricConfiguration metricConfiguration,
WorkQueue<RabbitMQMessage> transferQueue) |
| Constructor and Description |
|---|
InvocationWorker(MetricConfiguration metricConfiguration,
WorkQueue<RabbitMQMessage> workQueue,
ResponseTransport responseTransport,
WireInvocationCircuit invocationCircuit,
SignalCodec signalCodec) |
| Modifier and Type | Method and Description |
|---|---|
InvocationWorker |
JmsResponseTransport.createWorker(MetricConfiguration metricConfiguration,
WorkQueue<javax.jms.Message> workQueue) |
| Constructor and Description |
|---|
InvocationWorker(MetricConfiguration metricConfiguration,
WorkQueue<javax.jms.Message> workQueue,
ResponseTransport responseTransport,
WireInvocationCircuit invocationCircuit,
SignalCodec signalCodec,
int maximumMessageLength) |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockingWorkQueue<E> |
class |
TransferringWorkQueue<E> |
| Modifier and Type | Method and Description |
|---|---|
W |
WorkerFactory.createWorker(MetricConfiguration metricConfiguration,
WorkQueue<T> workQueue) |
| Constructor and Description |
|---|
Worker(MetricConfiguration metricConfiguration,
WorkQueue<T> workQueue) |
WorkManager(MetricConfiguration metricConfiguration,
Class<W> workerClass,
int concurrencyLimit,
WorkQueue<T> workQueue) |
Copyright © 2020. All rights reserved.