Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 301 Bytes

File metadata and controls

12 lines (11 loc) · 301 Bytes

bolts

It's java library that implements idea of bolts - workers that consume, handle and produce events.

You can pull it from the central Maven repositories:

<dependency>
  <groupId>com.crionuke.bolts</groupId>
  <artifactId>bolts</artifactId>
  <version>1.0.3</version>
</dependency>