Uses of Interface
it.tidalwave.messagebus.spi.MessageDelivery
Packages that use MessageDelivery
-
Uses of MessageDelivery in it.tidalwave.messagebus.spi
Classes in it.tidalwave.messagebus.spi that implement MessageDeliveryModifier and TypeClassDescriptionclass
An implementation ofMessageDelivery
that dispatches messages in a round-robin fashion, topic by topic.class
An implementation ofMessageDelivery
that dispatches messages as they are delivered, each one in a separated thread.Constructors in it.tidalwave.messagebus.spi with parameters of type MessageDeliveryModifierConstructorDescriptionSimpleMessageBus
(Executor executor, MessageDelivery messageDelivery) Creates a new instance given an executor and a strategy for delivery.