Class PaxosRequestCallback<T>

    • Constructor Detail

      • PaxosRequestCallback

        public PaxosRequestCallback()
    • Method Detail

      • onResponse

        public void onResponse​(Message<T> message)
        Parameters:
        message - response received.
      • executeOnSelf

        protected <I> void executeOnSelf​(I parameter,
                                         java.util.function.BiFunction<I,​InetAddressAndPort,​T> execute)