| Package | Description |
|---|---|
| io.zeebe.dispatcher |
| Modifier and Type | Method and Description |
|---|---|
DispatcherBuilder |
DispatcherBuilder.actorScheduler(ActorScheduler actorScheduler) |
DispatcherBuilder |
DispatcherBuilder.allocateInBuffer(ByteBuffer rawBuffer)
Provide a raw buffer to place the dispatcher's logbuffer in.
|
DispatcherBuilder |
DispatcherBuilder.allocateInFile(String fileName)
Allocate the dispatcher's buffer in the provided file by mapping it into memory.
|
DispatcherBuilder |
DispatcherBuilder.bufferSize(ByteValue byteValue)
The number of bytes the buffer is be able to contain.
|
static DispatcherBuilder |
Dispatchers.create(String name) |
DispatcherBuilder |
DispatcherBuilder.frameMaxLength(int frameMaxLength)
The max length of the data section of a frame
|
DispatcherBuilder |
DispatcherBuilder.initialPartitionId(int initialPartitionId) |
DispatcherBuilder |
DispatcherBuilder.modePipeline()
Pipeline-Mode: a subscription can only read a fragment / block if the previous subscription
completes reading.
|
DispatcherBuilder |
DispatcherBuilder.modePubSub()
Publish-Subscribe-Mode (default): multiple subscriptions can read the same fragment / block
concurrently in any order.
|
DispatcherBuilder |
DispatcherBuilder.name(String name) |
DispatcherBuilder |
DispatcherBuilder.subscriptions(String... subscriptionNames)
Predefined subscriptions which will be created on startup in the order as they are declared.
|
Copyright © 2017–2018 camunda services GmbH. All rights reserved.