MessageBus/src/dorkbox/messageBus
Robinson 320b7ea738 Correct check for more messages in LMAX 2021-04-09 20:19:23 +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 Moved common files back to the utilities project 2020-06-19 22:48:58 +02: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 Correct check for more messages in LMAX 2021-04-09 20:19:23 +02:00
subscription Moved common files back to the utilities project 2020-06-19 22:48:58 +02: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 Added updates 2021-04-09 19:51:05 +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