Uses of Class
com.yahoo.messagebus.Result
Packages that use Result
-
Uses of Result in com.yahoo.messagebus
Fields in com.yahoo.messagebus declared as ResultMethods in com.yahoo.messagebus that return ResultModifier and TypeMethodDescriptionSends a new message.This is a convenience function to assign a given route to the given message, and then pass it to the otherSourceSession.send(Message)method of this session.This is a convenience method to callSourceSession.send(Message,String,boolean)with afalsevalue for the 'parseIfNotFound' parameter.This is a convenience function to assign a named route to the given message, and then pass it to the otherSourceSession.send(Message)method of this session.SourceSession.sendBlocking(Message msg) This is a blocking proxy to theSourceSession.send(Message)method.