Uses of Class
com.yahoo.messagebus.SourceSessionParams
Packages that use SourceSessionParams
-
Uses of SourceSessionParams in com.yahoo.messagebus
Methods in com.yahoo.messagebus that return SourceSessionParamsModifier and TypeMethodDescriptionSourceSessionParams.setReplyHandler(ReplyHandler handler) Sets the handler to recive incoming replies.SourceSessionParams.setThrottlePolicy(ThrottlePolicy throttlePolicy) Sets the policy to use for throttling output.SourceSessionParams.setTimeout(double timeout) Sets the number of seconds a message can be attempted sent until it times out.Methods in com.yahoo.messagebus with parameters of type SourceSessionParamsModifier and TypeMethodDescriptionMessageBus.createSourceSession(ReplyHandler handler, SourceSessionParams params) This is a convenience method to callMessageBus.createSourceSession(SourceSessionParams)by first assigning the reply handler to the parameter object.MessageBus.createSourceSession(SourceSessionParams params) Creates a source session on top of this message bus.Constructors in com.yahoo.messagebus with parameters of type SourceSessionParamsModifierConstructorDescriptionImplements the copy constructor.