Interface LongPollingUpdateConsumer

All Known Subinterfaces:
LongPollingSingleThreadUpdateConsumer

public interface LongPollingUpdateConsumer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    consume(List<Update> updates)
     
  • Method Details