Skip navigation links
A B C D E F G I L M N O P R S U W Z 

A

AccessTokenProvider - Interface in org.zalando.fahrschein
 
addSubscription(Subscription) - Method in interface org.zalando.fahrschein.CursorManager
 
addSubscription(Subscription) - Method in class org.zalando.fahrschein.ManagedCursorManager
 
AuthorizedClientHttpRequestFactory - Class in org.zalando.fahrschein
 
AuthorizedClientHttpRequestFactory(ClientHttpRequestFactory, AccessTokenProvider) - Constructor for class org.zalando.fahrschein.AuthorizedClientHttpRequestFactory
 

B

Batch<T> - Class in org.zalando.fahrschein.domain
 
Batch(Cursor, List<T>) - Constructor for class org.zalando.fahrschein.domain.Batch
 

C

call(IOCallable<T>) - Method in class org.zalando.fahrschein.ExponentialBackoffStrategy
 
call(int, IOCallable<T>) - Method in class org.zalando.fahrschein.ExponentialBackoffStrategy
 
call() - Method in interface org.zalando.fahrschein.IOCallable
 
createRequest(URI, HttpMethod) - Method in class org.zalando.fahrschein.AuthorizedClientHttpRequestFactory
 
createRequest(URI, HttpMethod) - Method in class org.zalando.fahrschein.ProblemHandlingClientHttpRequestFactory
 
Cursor - Class in org.zalando.fahrschein.domain
 
Cursor(String, String) - Constructor for class org.zalando.fahrschein.domain.Cursor
 
CursorManager - Interface in org.zalando.fahrschein
 

D

DataChangeEvent - Interface in org.zalando.fahrschein.domain
 
DEFAULT_BACKOFF_FACTOR - Static variable in class org.zalando.fahrschein.ExponentialBackoffStrategy
 
DEFAULT_INITIAL_DELAY - Static variable in class org.zalando.fahrschein.ExponentialBackoffStrategy
 
DEFAULT_MAX_DELAY - Static variable in class org.zalando.fahrschein.ExponentialBackoffStrategy
 

E

Event - Interface in org.zalando.fahrschein.domain
 
EventProcessingException - Exception in org.zalando.fahrschein
 
EventProcessingException(String) - Constructor for exception org.zalando.fahrschein.EventProcessingException
 
EventProcessingException(String, Throwable) - Constructor for exception org.zalando.fahrschein.EventProcessingException
 
EventProcessingException(Throwable) - Constructor for exception org.zalando.fahrschein.EventProcessingException
 
execute() - Method in class org.zalando.fahrschein.ProblemHandlingClientHttpRequest
 
ExponentialBackoffException - Exception in org.zalando.fahrschein
 
ExponentialBackoffException(IOException) - Constructor for exception org.zalando.fahrschein.ExponentialBackoffException
 
ExponentialBackoffStrategy - Class in org.zalando.fahrschein
 
ExponentialBackoffStrategy() - Constructor for class org.zalando.fahrschein.ExponentialBackoffStrategy
 
ExponentialBackoffStrategy(int, double, long, int) - Constructor for class org.zalando.fahrschein.ExponentialBackoffStrategy
 

F

fromNewestAvailableOffsets(String, List<Partition>) - Method in interface org.zalando.fahrschein.CursorManager
 
fromOldestAvailableOffset(String, List<Partition>) - Method in interface org.zalando.fahrschein.CursorManager
 

G

getAccessToken() - Method in interface org.zalando.fahrschein.AccessTokenProvider
 
getAccessToken() - Method in class org.zalando.fahrschein.ZignAccessTokenProvider
 
getBatchFlushTimeout() - Method in class org.zalando.fahrschein.StreamParameters
 
getBatchLimit() - Method in class org.zalando.fahrschein.StreamParameters
 
getBody() - Method in class org.zalando.fahrschein.ProblemHandlingClientHttpRequest
 
getCause() - Method in exception org.zalando.fahrschein.ExponentialBackoffException
 
getConsumerGroup() - Method in class org.zalando.fahrschein.domain.Subscription
 
getCreatedAt() - Method in class org.zalando.fahrschein.domain.Subscription
 
getCursor() - Method in class org.zalando.fahrschein.domain.Batch
 
getCursors(String) - Method in interface org.zalando.fahrschein.CursorManager
 
getCursors(String) - Method in class org.zalando.fahrschein.InMemoryCursorManager
 
getCursors(String) - Method in class org.zalando.fahrschein.ManagedCursorManager
 
getCursors(String) - Method in class org.zalando.fahrschein.PersistentCursorManager
 
getDataType() - Method in interface org.zalando.fahrschein.domain.DataChangeEvent
 
getDetail() - Method in exception org.zalando.fahrschein.IOProblem
 
getEvents() - Method in class org.zalando.fahrschein.domain.Batch
 
getEventTypes() - Method in class org.zalando.fahrschein.domain.Subscription
 
getHeaders() - Method in class org.zalando.fahrschein.ProblemHandlingClientHttpRequest
 
getId() - Method in class org.zalando.fahrschein.domain.Subscription
 
getInstance() - Method in exception org.zalando.fahrschein.IOProblem
 
getMetadata() - Method in interface org.zalando.fahrschein.domain.Event
 
getMethod() - Method in class org.zalando.fahrschein.ProblemHandlingClientHttpRequest
 
getNewestAvailableOffset() - Method in class org.zalando.fahrschein.domain.Partition
 
getOffset() - Method in class org.zalando.fahrschein.domain.Cursor
 
getOldestAvailableOffset() - Method in class org.zalando.fahrschein.domain.Partition
 
getOperation() - Method in interface org.zalando.fahrschein.domain.DataChangeEvent
 
getOwningApplication() - Method in class org.zalando.fahrschein.domain.Subscription
 
getPartition() - Method in class org.zalando.fahrschein.domain.Cursor
 
getPartition() - Method in class org.zalando.fahrschein.domain.Partition
 
getPartitions(String) - Method in class org.zalando.fahrschein.NakadiClient
 
getPartitions() - Method in interface org.zalando.fahrschein.PartitionManager
 
getStatus() - Method in exception org.zalando.fahrschein.IOProblem
 
getStreamKeepAliveLimit() - Method in class org.zalando.fahrschein.StreamParameters
 
getStreamLimit() - Method in class org.zalando.fahrschein.StreamParameters
 
getStreamTimeout() - Method in class org.zalando.fahrschein.StreamParameters
 
getTitle() - Method in exception org.zalando.fahrschein.IOProblem
 
getType() - Method in exception org.zalando.fahrschein.IOProblem
 
getURI() - Method in class org.zalando.fahrschein.ProblemHandlingClientHttpRequest
 

I

InMemoryCursorManager - Class in org.zalando.fahrschein
 
InMemoryCursorManager() - Constructor for class org.zalando.fahrschein.InMemoryCursorManager
 
IOCallable<T> - Interface in org.zalando.fahrschein
 
IOProblem - Exception in org.zalando.fahrschein
 
IOProblem(URI, String, int, Optional<String>, Optional<URI>) - Constructor for exception org.zalando.fahrschein.IOProblem
 
IOProblem(URI, String, int) - Constructor for exception org.zalando.fahrschein.IOProblem
 
IORunnable - Interface in org.zalando.fahrschein
 
isAvailable(String) - Method in class org.zalando.fahrschein.domain.Partition
 

L

listen(Subscription, Class<T>, Listener<T>, StreamParameters) - Method in class org.zalando.fahrschein.NakadiClient
 
listen(String, Class<T>, Listener<T>) - Method in class org.zalando.fahrschein.NakadiClient
 
listen(String, Class<T>, Listener<T>, StreamParameters) - Method in class org.zalando.fahrschein.NakadiClient
 
Listener<T> - Interface in org.zalando.fahrschein
 
lockPartition(String, long) - Method in interface org.zalando.fahrschein.PartitionManager
 

M

ManagedCursorManager - Class in org.zalando.fahrschein
 
ManagedCursorManager(URI, ClientHttpRequestFactory, ObjectMapper) - Constructor for class org.zalando.fahrschein.ManagedCursorManager
 

N

NakadiClient - Class in org.zalando.fahrschein
 
NakadiClient(URI, ClientHttpRequestFactory, ExponentialBackoffStrategy, ObjectMapper, CursorManager) - Constructor for class org.zalando.fahrschein.NakadiClient
 
NakadiReader<T> - Class in org.zalando.fahrschein
 
NakadiReader(URI, ClientHttpRequestFactory, ExponentialBackoffStrategy, CursorManager, ObjectMapper, String, Optional<Subscription>, Class<T>, Listener<T>) - Constructor for class org.zalando.fahrschein.NakadiReader
 

O

onError(String, Cursor, Throwable) - Method in interface org.zalando.fahrschein.CursorManager
 
onError(String, Cursor, Throwable) - Method in class org.zalando.fahrschein.InMemoryCursorManager
 
onError(String, Cursor, Throwable) - Method in class org.zalando.fahrschein.ManagedCursorManager
 
onError(String, Cursor, Throwable) - Method in class org.zalando.fahrschein.PersistentCursorManager
 
onEvent(List<T>) - Method in interface org.zalando.fahrschein.Listener
 
onSuccess(String, Cursor) - Method in interface org.zalando.fahrschein.CursorManager
 
onSuccess(String, Cursor) - Method in class org.zalando.fahrschein.InMemoryCursorManager
 
onSuccess(String, Cursor) - Method in class org.zalando.fahrschein.ManagedCursorManager
 
onSuccess(String, Cursor) - Method in class org.zalando.fahrschein.PersistentCursorManager
 
org.zalando.fahrschein - package org.zalando.fahrschein
 
org.zalando.fahrschein.domain - package org.zalando.fahrschein.domain
 

P

Partition - Class in org.zalando.fahrschein.domain
 
Partition(String, String, String) - Constructor for class org.zalando.fahrschein.domain.Partition
 
PartitionManager - Interface in org.zalando.fahrschein
 
PersistentCursorManager - Class in org.zalando.fahrschein
 
PersistentCursorManager(JdbcTemplate) - Constructor for class org.zalando.fahrschein.PersistentCursorManager
 
PersistentCursorManager(DataSource) - Constructor for class org.zalando.fahrschein.PersistentCursorManager
 
ProblemHandlingClientHttpRequest - Class in org.zalando.fahrschein
 
ProblemHandlingClientHttpRequest(ClientHttpRequest, ObjectMapper) - Constructor for class org.zalando.fahrschein.ProblemHandlingClientHttpRequest
 
ProblemHandlingClientHttpRequestFactory - Class in org.zalando.fahrschein
 
ProblemHandlingClientHttpRequestFactory(ClientHttpRequestFactory, ObjectMapper) - Constructor for class org.zalando.fahrschein.ProblemHandlingClientHttpRequestFactory
 

R

run() - Method in interface org.zalando.fahrschein.IORunnable
 
run() - Method in class org.zalando.fahrschein.NakadiReader
 

S

StreamParameters - Class in org.zalando.fahrschein
 
StreamParameters() - Constructor for class org.zalando.fahrschein.StreamParameters
 
subscribe(String, String, String) - Method in class org.zalando.fahrschein.NakadiClient
 
Subscription - Class in org.zalando.fahrschein.domain
 
Subscription(String, String, Set<String>, String, OffsetDateTime) - Constructor for class org.zalando.fahrschein.domain.Subscription
 
Subscription(String, Set<String>, String) - Constructor for class org.zalando.fahrschein.domain.Subscription
 

U

unchecked() - Method in interface org.zalando.fahrschein.IOCallable
 
unchecked() - Method in interface org.zalando.fahrschein.IORunnable
 
unlockPartition(String) - Method in interface org.zalando.fahrschein.PartitionManager
 
updatePartitions(String, List<Partition>) - Method in interface org.zalando.fahrschein.CursorManager
 

W

withBatchFlushTimeout(int) - Method in class org.zalando.fahrschein.StreamParameters
 
withBatchLimit(int) - Method in class org.zalando.fahrschein.StreamParameters
 
withStreamKeepAliveLimit(int) - Method in class org.zalando.fahrschein.StreamParameters
 
withStreamLimit(int) - Method in class org.zalando.fahrschein.StreamParameters
 
withStreamTimeout(int) - Method in class org.zalando.fahrschein.StreamParameters
 

Z

ZignAccessTokenProvider - Class in org.zalando.fahrschein
 
ZignAccessTokenProvider() - Constructor for class org.zalando.fahrschein.ZignAccessTokenProvider
 
A B C D E F G I L M N O P R S U W Z 
Skip navigation links

Copyright © 2016 Zalando SE. All rights reserved.