jar

com.elusive-code.newsboy : NewsBoy

Maven & Gradle

Apr 20, 2014
0 stars

NewsBoy · Asynchronous publish-subscribe communication library. Features: 1. Listeners are stored using WeakReferences to prevent memory leaks when they are not unsubscribed. 2. Uses fork-join framework for concurrent event delivery. 3. Publish methods returns collection of Futures that represent event notifications. 4. Supports ordered publishing: guaranteed to notify of the events in order they were published. 5. Provides EventSource and EventService interfaces for better integration with IOC containers and alternative implementations.

Table Of Contents

Latest Version

Download com.elusive-code.newsboy : NewsBoy JAR file - Latest Versions:

All Versions

Download com.elusive-code.newsboy : NewsBoy JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2
0.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window NewsBoy-0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.elusive_code.newsboy

├─ com.elusive_code.newsboy.AsyncEventService.class - [JAR]

├─ com.elusive_code.newsboy.EventNotifierTask.class - [JAR]

├─ com.elusive_code.newsboy.EventService.class - [JAR]

├─ com.elusive_code.newsboy.EventServiceHelper.class - [JAR]

├─ com.elusive_code.newsboy.EventSource.class - [JAR]

├─ com.elusive_code.newsboy.EventStackTrace.class - [JAR]

├─ com.elusive_code.newsboy.FixedEventSource.class - [JAR]

├─ com.elusive_code.newsboy.NotificationFuture.class - [JAR]

├─ com.elusive_code.newsboy.Subscribe.class - [JAR]

├─ com.elusive_code.newsboy.WeakEventHandler.class - [JAR]

├─ com.elusive_code.newsboy.WeakReferenceCollectedException.class - [JAR]