Uses of Class
com.yahoo.messagebus.DestinationSessionParams
Packages that use DestinationSessionParams
-
Uses of DestinationSessionParams in com.yahoo.messagebus
Methods in com.yahoo.messagebus that return DestinationSessionParamsModifier and TypeMethodDescriptionDestinationSessionParams.setBroadcastName(boolean broadcastName) Sets whether or not to broadcast the name of this session on the network.DestinationSessionParams.setMessageHandler(MessageHandler handler) Sets the handler to recive incoming messages.Sets the name to register with message bus.Methods in com.yahoo.messagebus with parameters of type DestinationSessionParamsModifier and TypeMethodDescriptionMessageBus.createDestinationSession(DestinationSessionParams params) Creates a destination session on top of this message bus using the given handlers and parameter object.MessageBus.createDetachedDestinationSession(DestinationSessionParams params) Constructors in com.yahoo.messagebus with parameters of type DestinationSessionParamsModifierConstructorDescriptionImplements the copy constructor.