Uses of Class
com.yahoo.messagebus.IntermediateSession
Packages that use IntermediateSession
-
Uses of IntermediateSession in com.yahoo.messagebus
Methods in com.yahoo.messagebus that return IntermediateSessionModifier 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.MessageBus.createIntermediateSession(String name, boolean broadcastName, MessageHandler msgHandler, ReplyHandler replyHandler) This is a convenience method to callMessageBus.createIntermediateSession(IntermediateSessionParams)with default values for theIntermediateSessionParamsobject.