Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-9721 Add non blocking Publisher for a Cache
  3. ISPN-9812

Implement streaming response publisher method

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Done
    • Major
    • 10.1.0.Final
    • None
    • Publisher
    • None

    Description

      We need to implement a streaming based publisher that would support rehash. This is required for exposing the Cache as a Publisher or iterator properly. The example method to allow is quite simple:

      <R> Publisher<R> compose(Function<? super Publisher<T>, ? extends Publisher<R>> publisherFunction);
      

      Attachments

        Activity

          People

            remerson@redhat.com Ryan Emerson
            wburns@redhat.com Will Burns
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: