Package com.yahoo.messagebus.network


@ExportPackage package com.yahoo.messagebus.network
This package declares the API of the network layer required by the message bus.
  • Class
    Description
    This class encapsulates the identity of the application that uses this instance of message bus.
    This interface separates the low-level network implementation from the rest of messagebus.
    A bridge between the reusable, singleton RPC network, and the generational message bus which uses this.
    A network owner is the object that instantiates and uses a network.
    This interface represents an abstract network service; i.e.