Uses of Class
com.yahoo.messagebus.IntermediateSessionParams
Packages that use IntermediateSessionParams
-
Uses of IntermediateSessionParams in com.yahoo.messagebus
Methods in com.yahoo.messagebus that return IntermediateSessionParamsModifier and TypeMethodDescriptionIntermediateSessionParams.setBroadcastName(boolean broadcastName) Sets whether or not to broadcast the name of this session on the network.IntermediateSessionParams.setMessageHandler(MessageHandler handler) Sets the handler to recive incoming messages.Sets the name to register with message bus.IntermediateSessionParams.setReplyHandler(ReplyHandler handler) Sets the handler to recive incoming replies.Methods in com.yahoo.messagebus with parameters of type IntermediateSessionParamsModifier and TypeMethodDescriptionMessageBus.createDetachedIntermediateSession(IntermediateSessionParams params) MessageBus.createIntermediateSession(IntermediateSessionParams params) Creates an intermediate session on top of this message bus using the given handlers and parameter object.Constructors in com.yahoo.messagebus with parameters of type IntermediateSessionParamsModifierConstructorDescriptionImplements the copy constructor.