Interface Protocol

All Known Implementing Classes:
DocumentProtocol

public interface Protocol
This interface defines the necessary api for Routing to prepare and combine routing tables for all available protocols.
Author:
Simon Thoresen Hult
  • Method Summary

    Modifier and Type
    Method
    Description
    com.yahoo.messagebus.routing.ApplicationSpec
    Returns the specification of the application as seen by this protocol.
    com.yahoo.messagebus.routing.RoutingTableSpec
    Returns the specification for the routing table of this protocol.
  • Method Details

    • getRoutingTableSpec

      com.yahoo.messagebus.routing.RoutingTableSpec getRoutingTableSpec()
      Returns the specification for the routing table of this protocol.
    • getApplicationSpec

      com.yahoo.messagebus.routing.ApplicationSpec getApplicationSpec()
      Returns the specification of the application as seen by this protocol.