Uses of Class
com.yahoo.messagebus.Reply
Packages that use Reply
Package
Description
This package contains the main API of the message bus.
This package contains an RPC implementation of the Network interface declared in the com.yahoo.messagebus.network package.
This package contains all classes and interfaces that concern routing over message bus.
This package contains utility classes for the unit tests in the com.yahoo.messagebus package.
-
Uses of Reply in com.yahoo.messagebus
Subclasses of Reply in com.yahoo.messagebusModifier and TypeClassDescriptionfinal classThe empty reply is the only concrete implementation of a message that is offered by the MessageBus.Methods in com.yahoo.messagebus with parameters of type ReplyModifier and TypeMethodDescriptionvoidMessageBus.deliverReply(Reply reply, ReplyHandler handler) voidMessenger.deliverReply(Reply reply, ReplyHandler handler) Convenience method to post aMessenger.Taskthat delivers aReplyto aReplyHandlerto the queue of tasks to be executed.voidIntermediateSession.handleReply(Reply reply) voidMessageBus.handleReply(Reply reply) voidReplyHandler.handleReply(Reply reply) This function is called when a reply arrives.voidSendProxy.handleReply(Reply reply) voidSequencer.handleReply(Reply reply) Lookup the sequencing id of an incoming reply to pop the front of the corresponding queue, and then send the next message in line, if any.voidSourceSession.handleReply(Reply reply) voidAllPassThrottlePolicy.processReply(Reply reply) voidDynamicThrottlePolicy.processReply(Reply reply) voidStaticThrottlePolicy.processReply(Reply reply) voidThrottlePolicy.processReply(Reply reply) This method is called once for every reply that is received.voidSends a reply to a message. -
Uses of Reply in com.yahoo.messagebus.network.rpc
Methods in com.yahoo.messagebus.network.rpc that return ReplyModifier and TypeMethodDescriptionprotected abstract ReplyRPCSend.createReply(com.yahoo.jrt.Values ret, String serviceName, Trace trace) protected ReplyRPCSendV2.createReply(com.yahoo.jrt.Values ret, String serviceName, Trace trace) Methods in com.yahoo.messagebus.network.rpc with parameters of type ReplyModifier and TypeMethodDescriptionprotected abstract voidRPCSend.createResponse(com.yahoo.jrt.Values ret, Reply reply, com.yahoo.component.Version version, byte[] payload) protected voidRPCSendV2.createResponse(com.yahoo.jrt.Values ret, Reply reply, com.yahoo.component.Version version, byte[] payload) final voidRPCSend.handleReply(Reply reply) -
Uses of Reply in com.yahoo.messagebus.routing
Methods in com.yahoo.messagebus.routing that return ReplyModifier and TypeMethodDescriptionRoutingContext.getReply()Returns the reply generated by the associated routing policy.RoutingNodeIterator.getReplyRef()Returns the reply of the current child.RoutingNodeIterator.removeReply()Removes and returns the reply of the current child.Methods in com.yahoo.messagebus.routing with parameters of type ReplyModifier and TypeMethodDescriptionvoidRoutingNode.handleReply(Reply reply) Proxy through message bus in case it was destroyed in the meantime.Sets the reply generated by the associated routing policy.voidSets the reply of this routing node. -
Uses of Reply in com.yahoo.messagebus.test
Subclasses of Reply in com.yahoo.messagebus.testMethods in com.yahoo.messagebus.test that return ReplyMethods in com.yahoo.messagebus.test with parameters of type ReplyModifier and TypeMethodDescriptionvoidQueueAdapter.handleReply(Reply reply) voidReceptor.handleReply(Reply reply)