Uses of Class
com.yahoo.messagebus.routing.Resender
Packages that use Resender
Package
Description
This package contains the main API of the message bus.
This package contains all classes and interfaces that concern routing over message bus.
-
Uses of Resender in com.yahoo.messagebus
Methods in com.yahoo.messagebus that return ResenderModifier and TypeMethodDescriptionMessageBus.getResender()Deprecated, for removal: This API element is subject to removal in a future version.Constructors in com.yahoo.messagebus with parameters of type ResenderModifierConstructorDescriptionSendProxy(MessageBus mbus, Network net, Resender resender) Constructs a new instance of this class to maintain sending of a single message. -
Uses of Resender in com.yahoo.messagebus.routing
Constructors in com.yahoo.messagebus.routing with parameters of type ResenderModifierConstructorDescriptionRoutingNode(MessageBus mbus, Network net, Resender resender, ReplyHandler handler, Message msg) Constructs a new instance of this class.