Class KeyPublisherResult<K,​R>

  • All Implemented Interfaces:
    PublisherResult<R>

    public class KeyPublisherResult<K,​R>
    extends Object
    implements PublisherResult<R>
    A PublisherResult that was performed due to included keys. Note that this response is only ever created on the originator node. This is because we can't have a partial response with key based publishers. Either all results are returned or the node crashes or has an exception.
    Since:
    10.0
    Author:
    wburns