Class BaseEndpoint

    • Constructor Detail

      • BaseEndpoint

        public BaseEndpoint​(String name)
    • Method Detail

      • getName

        public String getName()
        Description copied from interface: Endpoint
        Returns the name of the endpoint.
        Specified by:
        getName in interface Endpoint
      • getBrokerId

        public BrokerId getBrokerId()
        Returns the broker ID for this endpoint, if the endpoint is a broker or null
        Specified by:
        getBrokerId in interface Endpoint
      • getBrokerInfo

        public BrokerInfo getBrokerInfo()
        Returns the broker information for this endpoint, if the endpoint is a broker or null
        Specified by:
        getBrokerInfo in interface Endpoint