Class OfferSubscriber

  • All Implemented Interfaces:
    java.util.concurrent.Flow.Subscriber<org.apache.mesos.v1.Protos.Offer>

    public class OfferSubscriber
    extends java.lang.Object
    implements java.util.concurrent.Flow.Subscriber<org.apache.mesos.v1.Protos.Offer>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onComplete()  
      void onError​(java.lang.Throwable throwable)  
      void onNext​(org.apache.mesos.v1.Protos.Offer offer)  
      void onSubscribe​(java.util.concurrent.Flow.Subscription subscription)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onSubscribe

        public void onSubscribe​(java.util.concurrent.Flow.Subscription subscription)
        Specified by:
        onSubscribe in interface java.util.concurrent.Flow.Subscriber<org.apache.mesos.v1.Protos.Offer>
      • onNext

        public void onNext​(org.apache.mesos.v1.Protos.Offer offer)
        Specified by:
        onNext in interface java.util.concurrent.Flow.Subscriber<org.apache.mesos.v1.Protos.Offer>
      • onError

        public void onError​(java.lang.Throwable throwable)
        Specified by:
        onError in interface java.util.concurrent.Flow.Subscriber<org.apache.mesos.v1.Protos.Offer>
      • onComplete

        public void onComplete()
        Specified by:
        onComplete in interface java.util.concurrent.Flow.Subscriber<org.apache.mesos.v1.Protos.Offer>