Uses of Class
com.yahoo.messagebus.Routable
Packages that use Routable
Package
Description
This package contains the main API of the message bus.
This package contains utility classes for the unit tests in the com.yahoo.messagebus package.
-
Uses of Routable in com.yahoo.messagebus
Subclasses of Routable in com.yahoo.messagebusModifier and TypeClassDescriptionfinal classThe empty reply is the only concrete implementation of a message that is offered by the MessageBus.classA message is a child of Routable, it is not a reply, and it has a sequencing identifier.classA reply is a response to a message that has been sent throught the messagebus.Methods in com.yahoo.messagebus that return RoutableModifier and TypeMethodDescriptionProtocol.decode(com.yahoo.component.Version version, byte[] payload) Decodes the protocol specific data into a routable of the correct type.Methods in com.yahoo.messagebus with parameters of type RoutableModifier and TypeMethodDescriptionbyte[]Encodes the protocol specific data of a routable into a byte array.voidForwards a routable to the next hop in its route.Pop a frame from this stack.voidvoidvoidSwaps the state that makes this routable unique to another routable. -
Uses of Routable in com.yahoo.messagebus.test
Subclasses of Routable in com.yahoo.messagebus.testMethods in com.yahoo.messagebus.test that return RoutableModifier and TypeMethodDescriptionSimpleProtocol.decode(com.yahoo.component.Version version, byte[] data) QueueAdapter.dequeue()Methods in com.yahoo.messagebus.test with parameters of type Routable