Class BasicMirrorController<T extends org.apache.qpid.proton.engine.Link>

    • Field Detail

      • server

        protected final org.apache.activemq.artemis.core.server.ActiveMQServer server
      • link

        protected T extends org.apache.qpid.proton.engine.Link link
      • remoteMirrorId

        protected String remoteMirrorId
      • localMirrorId

        protected final String localMirrorId
    • Constructor Detail

      • BasicMirrorController

        public BasicMirrorController​(org.apache.activemq.artemis.core.server.ActiveMQServer server)
    • Method Detail

      • getLocalMirrorId

        public String getLocalMirrorId()
      • getRemoteMirrorId

        public String getRemoteMirrorId()
      • getRemoteMirrorID

        public static String getRemoteMirrorID​(org.apache.qpid.proton.engine.Link link)
      • getLink

        public T getLink()