Uses of Class
com.yahoo.messagebus.SourceSession
Packages that use SourceSession
-
Uses of SourceSession in com.yahoo.messagebus
Methods in com.yahoo.messagebus that return SourceSessionModifier and TypeMethodDescriptionMessageBus.createSourceSession(ReplyHandler handler) This is a convenience method to callMessageBus.createSourceSession(SourceSessionParams)with default values for theSourceSessionParamsobject.MessageBus.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.SourceSession.setTimeout(double timeout) Sets the number of seconds a message can be attempted sent until it times out.