Uses of Interface
org.zalando.fahrschein.IORunnable
-
Packages that use IORunnable Package Description org.zalando.fahrschein -
-
Uses of IORunnable in org.zalando.fahrschein
Methods in org.zalando.fahrschein that return IORunnable Modifier and Type Method Description <T> IORunnableStreamBuilder. runnable(Class<T> eventClass, Listener<T> listener)<T> IORunnableStreamBuilder. runnable(EventReader<T> eventReader, Listener<T> listener)Methods in org.zalando.fahrschein with parameters of type IORunnable Modifier and Type Method Description voidBatchHandler. processBatch(IORunnable continuation)
-