Skip to content

Instantly share code, notes, and snippets.

@mykidong
Created May 24, 2018 14:15
Show Gist options
  • Save mykidong/6c6f1ffe670b63823da289315b63851a to your computer and use it in GitHub Desktop.
Save mykidong/6c6f1ffe670b63823da289315b63851a to your computer and use it in GitHub Desktop.
EventHandler<EventLog> validationHandler = ...
Disruptor<EventLog> validationDisruptor = DisruptorCreator.singleton(DisruptorCreator.DISRUPTOR_NAME_VALIDATION, EventLog.FACTORY, 1024, validationHandler);
@mykidong
Copy link
Author

.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment