Class DiskQueue.Builder
java.lang.Object
com.rollbar.notifier.sender.queue.DiskQueue.Builder
- Enclosing class:
- DiskQueue
Builder class for
DiskQueue.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds thedisk queue.maxSize(int maxSize) The max size of the queue.queueFolder(File queueFolder) The queue folder where persist the payloads.
-
Constructor Details
-
Builder
public Builder()Constructor.
-
-
Method Details
-
maxSize
The max size of the queue.- Parameters:
maxSize- the max size.- Returns:
- the builder instance.
-
queueFolder
The queue folder where persist the payloads.- Parameters:
queueFolder- the queue folder.- Returns:
- the builder instance.
-
build
Builds thedisk queue.- Returns:
- the disk queue.
-