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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.yahoo.messagebus.routing.ApplicationSpec getApplicationSpec()
      Returns the specification of the application as seen by this protocol.
      com.yahoo.messagebus.routing.RoutingTableSpec getRoutingTableSpec()
      Returns the specification for the routing table of this protocol.
    • Method Detail

      • 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.