MessageBus/src/dorkbox/messageBus
Robinson 600c7eb3b7
version 2.7
2023-08-21 01:50:57 +02:00
..
annotations Changed Subscription Mode (for Strong/Weak references) to be it's own class 2019-06-08 00:30:14 +02:00
common Fixed threadlocal 2023-08-05 11:58:56 -06:00
dispatch Expanded dispatch so we pass in all types (WIP to share async executor) 2019-06-11 21:30:26 +02:00
error Added ability to have a Publication error with NO published object 2019-06-08 00:31:29 +02:00
publication Updated deps + build deps 2023-07-18 02:01:41 +02:00
subscription Updated for use of collections library and classUtils 2023-08-05 11:58:48 -06:00
AsyncPublicationMode.java Added new Async Publication modes 2019-06-11 21:33:37 +02:00
DispatchMode.java Changed async message queue implementation to the Conversant Disruptor, and added the ability to use a specific BlockingQueue implementation for the async publications of messages. Added support for a zero-gc messagebus, in the event that you need one. 2019-06-08 11:30:20 +02:00
MessageBus.java version 2.7 2023-08-21 01:50:57 +02:00
SubscriptionMode.java Changed async message queue implementation to the Conversant Disruptor, and added the ability to use a specific BlockingQueue implementation for the async publications of messages. Added support for a zero-gc messagebus, in the event that you need one. 2019-06-08 11:30:20 +02:00