| Package | Description |
|---|---|
| org.apache.shenyu.disruptor.consumer | |
| org.apache.shenyu.disruptor.event | |
| org.apache.shenyu.disruptor.provider |
| Modifier and Type | Method and Description |
|---|---|
void |
QueueConsumer.onEvent(DataEvent<T> t) |
| Modifier and Type | Class and Description |
|---|---|
class |
OrderlyDataEvent<T>
OrderlyDataEvent .
|
| Modifier and Type | Method and Description |
|---|---|
DataEvent<T> |
DisruptorEventFactory.newInstance() |
| Constructor and Description |
|---|
DisruptorProvider(com.lmax.disruptor.RingBuffer<DataEvent<T>> ringBuffer,
com.lmax.disruptor.dsl.Disruptor<DataEvent<T>> disruptor,
boolean isOrderly)
Instantiates a new Disruptor provider.
|
DisruptorProvider(com.lmax.disruptor.RingBuffer<DataEvent<T>> ringBuffer,
com.lmax.disruptor.dsl.Disruptor<DataEvent<T>> disruptor,
boolean isOrderly)
Instantiates a new Disruptor provider.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.