Uses of Class
com.yahoo.messagebus.routing.ApplicationSpec
Packages that use ApplicationSpec
Package
Description
This package contains all classes and interfaces that concern routing over message bus.
-
Uses of ApplicationSpec in com.yahoo.messagebus.routing
Methods in com.yahoo.messagebus.routing that return ApplicationSpecModifier and TypeMethodDescriptionApplicationSpec.add(ApplicationSpec app) Adds the content of the given application to this.ApplicationSpec.addService(String protocol, String name) Adds a service name to the list of known services.Methods in com.yahoo.messagebus.routing with parameters of type ApplicationSpecModifier and TypeMethodDescriptionApplicationSpec.add(ApplicationSpec app) Adds the content of the given application to this.booleanHopSpec.verify(ApplicationSpec app, RoutingTableSpec table, List<String> errors) Verifies the content of this against the given application.booleanRouteSpec.verify(ApplicationSpec app, RoutingTableSpec table, List<String> errors) Verifies the content of this against the given application.booleanRoutingSpec.verify(ApplicationSpec app, List<String> errors) Verifies the content of this against the given application.booleanRoutingTableSpec.verify(ApplicationSpec app, List<String> errors) Verifies the content of this against the given application.Constructors in com.yahoo.messagebus.routing with parameters of type ApplicationSpecModifierConstructorDescriptionImplements the copy constructor.