Class AbstractRemotingConnection

    • Field Detail

      • failureListeners

        protected final List<org.apache.activemq.artemis.core.remoting.FailureListener> failureListeners
      • closeListeners

        protected final List<org.apache.activemq.artemis.core.remoting.CloseListener> closeListeners
      • transportConnection

        protected final Connection transportConnection
      • executor

        protected final Executor executor
      • creationTime

        protected final long creationTime
      • destroyed

        protected volatile boolean destroyed
      • dataReceived

        protected volatile boolean dataReceived
    • Constructor Detail

      • AbstractRemotingConnection

        public AbstractRemotingConnection​(Connection transportConnection,
                                          Executor executor)