Interface ChainTipPublisher

All Superinterfaces:
org.reactivestreams.Publisher<ChainTip>
All Known Implementing Classes:
ChainTipPublisher.Wrapper

public interface ChainTipPublisher extends org.reactivestreams.Publisher<ChainTip>
Marker type for Publisher<ChainTip>. In a future release this may use Flow.Publisher. Because of type erasure in Java generics we need this to strongly type parameters that require a Publisher<ChainTip>.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    of(org.reactivestreams.Publisher<ChainTip> publisher)
    Adapt a Publisher<ChainTip

    Methods inherited from interface org.reactivestreams.Publisher

    subscribe
  • Method Details

    • of

      static ChainTipPublisher of(org.reactivestreams.Publisher<ChainTip> publisher)
      Adapt a Publisher<ChainTip
      Parameters:
      publisher - to wrap
      Returns:
      wrapped publisher