Uses of Interface
com.yahoo.messagebus.routing.HopDirective
Packages that use HopDirective
Package
Description
This package contains all classes and interfaces that concern routing over message bus.
-
Uses of HopDirective in com.yahoo.messagebus.routing
Classes in com.yahoo.messagebus.routing that implement HopDirectiveModifier and TypeClassDescriptionclassThis class represents an error directive within aHop's selector.classThis class represents a policy directive within aHop's selector.classThis class represents a route directive within aHop's selector.classThis class represents a tcp directive within aHop's selector.classThis class represents a verbatim match within aHop's selector.Methods in com.yahoo.messagebus.routing that return HopDirectiveModifier and TypeMethodDescriptionHop.getDirective(int i) Returns the directive at the given index.HopBlueprint.getDirective(int i) Returns the directive at the given index.Hop.removeDirective(int i) Removes the directive at the given index.Methods in com.yahoo.messagebus.routing with parameters of type HopDirectiveModifier and TypeMethodDescriptionHop.addDirective(HopDirective directive) Adds a new directive to this hop.booleanErrorDirective.matches(HopDirective dir) booleanHopDirective.matches(HopDirective dir) Returns true if this directive matches another.booleanPolicyDirective.matches(HopDirective dir) booleanRouteDirective.matches(HopDirective dir) booleanTcpDirective.matches(HopDirective dir) booleanVerbatimDirective.matches(HopDirective dir) Hop.setDirective(int i, HopDirective directive) Sets the directive at a given index.