Package 

Class RxRingBuffer

  • All Implemented Interfaces:
    com.tds.common.reactor.Subscription

    
    public class RxRingBuffer
     implements Subscription
                        

    This assumes Spsc or Spmc usage. This means only a single producer calling the on* methods. This is the Rx contract of an Observer (see http://reactivex.io/documentation/contract.html). Concurrent invocations of on* methods will not be thread-safe.