Class ServiceRequest<T,​C>

    • Constructor Detail

      • ServiceRequest

        public ServiceRequest​(org.jgroups.blocks.RequestCorrelator correlator,
                              org.jgroups.Address target,
                              org.jgroups.blocks.RequestOptions options,
                              C context)
    • Method Detail

      • send

        public CompletionStage<T> send​(org.jgroups.util.Buffer data)
                                throws org.wildfly.clustering.dispatcher.CommandDispatcherException
        Throws:
        org.wildfly.clustering.dispatcher.CommandDispatcherException
      • receiveResponse

        public void receiveResponse​(Object value,
                                    org.jgroups.Address sender,
                                    boolean exceptional)
        Overrides:
        receiveResponse in class org.jgroups.blocks.UnicastRequest<T>
      • join

        public T join()
        Overrides:
        join in class org.jgroups.blocks.UnicastRequest<T>