Uses of Interface
it.tidalwave.messagebus.spi.MessageDelivery
-
Uses of MessageDelivery in it.tidalwave.messagebus.spi
Modifier 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.ModifierConstructorDescriptionSimpleMessageBus
(Executor executor, MessageDelivery messageDelivery) Creates a new instance given an executor and a strategy for delivery.