Class ChainTipPublisher.Wrapper

java.lang.Object
org.consensusj.bitcoin.rx.ChainTipPublisher.Wrapper
All Implemented Interfaces:
ChainTipPublisher, org.reactivestreams.Publisher<ChainTip>
Enclosing interface:
ChainTipPublisher

public static class ChainTipPublisher.Wrapper extends Object implements ChainTipPublisher
  • Method Details

    • subscribe

      public void subscribe(org.reactivestreams.Subscriber<? super ChainTip> s)
      Specified by:
      subscribe in interface org.reactivestreams.Publisher<ChainTip>