CatapultServer
v0.5.0.1 (Elephant)
|
bool ShouldThrowWhenFull
true if the dispatcher should throw when full, false if it should return an error.
Definition: ConsumerDispatcherOptions.h:48
constexpr ConsumerDispatcherOptions(const char *dispatcherName, size_t disruptorSize)
Creates options around dispatcherName and disruptorSize.
Definition: ConsumerDispatcherOptions.h:30
const char * DispatcherName
Name of the dispatcher.
Definition: ConsumerDispatcherOptions.h:39
Consumer dispatcher options.
Definition: ConsumerDispatcherOptions.h:27
size_t DisruptorSize
Disruptor size.
Definition: ConsumerDispatcherOptions.h:42
Definition: AddressExtractionExtension.cpp:28
size_t ElementTraceInterval
Multiple of elements at which an element should be traced through queue and completion.
Definition: ConsumerDispatcherOptions.h:45