JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
com.lmax.tool.disruptor
Interface BatchListener
public interface
BatchListener
An interface to describe objects that will be called on the end of a Disruptor batch. Implement this interface in your implementation object if you wish to be notified of the end of a Disruptor batch.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
onEndOfBatch
()
Will be called at the end of a Disruptor batch
Method Detail
onEndOfBatch
void onEndOfBatch()
Will be called at the end of a Disruptor batch
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method