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

A

AbstractDataChangeEvent<T> - Class in org.zalando.fahrschein.domain
 
AbstractDataChangeEvent(Metadata, String, DataOperation, T) - Constructor for class org.zalando.fahrschein.domain.AbstractDataChangeEvent
 
accept(List<T>) - Method in interface org.zalando.fahrschein.Listener
 
AccessTokenProvider - Interface in org.zalando.fahrschein
 
acquireLock(String, String) - Method in class org.zalando.fahrschein.SimplePartitionManager
 
addStreamId(Subscription, String) - Method in interface org.zalando.fahrschein.CursorManager
 
addStreamId(Subscription, String) - Method in class org.zalando.fahrschein.ManagedCursorManager
 
addSubscription(Subscription) - Method in interface org.zalando.fahrschein.CursorManager
 
addSubscription(Subscription) - Method in class org.zalando.fahrschein.ManagedCursorManager
 

B

BackoffException - Exception in org.zalando.fahrschein
 
BackoffException(IOException, int) - Constructor for exception org.zalando.fahrschein.BackoffException
 
BackoffStrategy - Interface in org.zalando.fahrschein
 
BatchHandler - Interface in org.zalando.fahrschein
Allows wrapping Listener.accept(List) and CursorManager.onSuccess(String, Cursor) inside one transaction, with automatic rollback if cursor commit fails.
BatchItemResponse - Class in org.zalando.fahrschein.domain
 
BatchItemResponse(String, BatchItemResponse.PublishingStatus, BatchItemResponse.Step, String) - Constructor for class org.zalando.fahrschein.domain.BatchItemResponse
 
BatchItemResponse.PublishingStatus - Enum in org.zalando.fahrschein.domain
 
BatchItemResponse.Step - Enum in org.zalando.fahrschein.domain
 
build() - Method in class org.zalando.fahrschein.NakadiClientBuilder
 
builder(URI) - Static method in class org.zalando.fahrschein.NakadiClient
 

C

calculateDelay(double) - Method in class org.zalando.fahrschein.EqualJitterBackoffStrategy
 
calculateDelay(double) - Method in class org.zalando.fahrschein.ExponentialBackoffStrategy
 
calculateDelay(double) - Method in class org.zalando.fahrschein.FullJitterBackoffStrategy
 
call(int, IOException, IOCallable<T>) - Method in interface org.zalando.fahrschein.BackoffStrategy
 
call(int, IOException, IOCallable<T>) - Method in class org.zalando.fahrschein.ExponentialBackoffStrategy
 
call() - Method in interface org.zalando.fahrschein.IOCallable
 
call(int, IOException, IOCallable<T>) - Method in class org.zalando.fahrschein.NoBackoffStrategy
 
checkArgument(boolean) - Static method in class org.zalando.fahrschein.Preconditions
 
checkArgument(boolean, Object) - Static method in class org.zalando.fahrschein.Preconditions
 
checkArgument(boolean, String, Object...) - Static method in class org.zalando.fahrschein.Preconditions
 
checkNotNull(T) - Static method in class org.zalando.fahrschein.Preconditions
 
checkNotNull(T, Object) - Static method in class org.zalando.fahrschein.Preconditions
 
checkNotNull(T, String, Object...) - Static method in class org.zalando.fahrschein.Preconditions
 
checkState(boolean) - Static method in class org.zalando.fahrschein.Preconditions
 
checkState(boolean, Object) - Static method in class org.zalando.fahrschein.Preconditions
 
checkState(boolean, String, Object...) - Static method in class org.zalando.fahrschein.Preconditions
 
Cursor - Class in org.zalando.fahrschein.domain
 
Cursor(String, String, String, String) - Constructor for class org.zalando.fahrschein.domain.Cursor
 
Cursor(String, String, String) - Constructor for class org.zalando.fahrschein.domain.Cursor
 
Cursor(String, String) - Constructor for class org.zalando.fahrschein.domain.Cursor
 
CursorManager - Interface in org.zalando.fahrschein
Manages cursor offsets for one consumer.

D

DataChangeEvent<T> - Interface in org.zalando.fahrschein.domain
 
DataOperation - Enum in org.zalando.fahrschein.domain
The type of operation executed on the entity.
DEFAULT_BACKOFF_FACTOR - Static variable in class org.zalando.fahrschein.ExponentialBackoffStrategy
 
DEFAULT_CONNECT_TIMEOUT - Static variable in class org.zalando.fahrschein.NakadiClientBuilder
 
DEFAULT_INITIAL_DELAY - Static variable in class org.zalando.fahrschein.ExponentialBackoffStrategy
 
DEFAULT_MAX_DELAY - Static variable in class org.zalando.fahrschein.ExponentialBackoffStrategy
 
DEFAULT_READ_TIMEOUT - Static variable in class org.zalando.fahrschein.NakadiClientBuilder
 
deleteSubscription(String) - Method in class org.zalando.fahrschein.NakadiClient
Delete subscription based on subscription ID.

E

EqualJitterBackoffStrategy - Class in org.zalando.fahrschein
 
EqualJitterBackoffStrategy() - Constructor for class org.zalando.fahrschein.EqualJitterBackoffStrategy
 
EqualJitterBackoffStrategy(int, double, long, int) - Constructor for class org.zalando.fahrschein.EqualJitterBackoffStrategy
 
Event - Interface in org.zalando.fahrschein.domain
 
EventAlreadyProcessedException - Exception in org.zalando.fahrschein
 
EventAlreadyProcessedException(String) - Constructor for exception org.zalando.fahrschein.EventAlreadyProcessedException
 
EventAlreadyProcessedException(String, Throwable) - Constructor for exception org.zalando.fahrschein.EventAlreadyProcessedException
 
EventAlreadyProcessedException(Throwable) - Constructor for exception org.zalando.fahrschein.EventAlreadyProcessedException
 
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
 
EventPublishingException - Exception in org.zalando.fahrschein
 
EventPublishingException(BatchItemResponse[]) - Constructor for exception org.zalando.fahrschein.EventPublishingException
 
EventReader<T> - Interface in org.zalando.fahrschein
 
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
 
ExponentialBackoffStrategy(ExponentialBackoffStrategy) - Constructor for class org.zalando.fahrschein.ExponentialBackoffStrategy
 

F

FullJitterBackoffStrategy - Class in org.zalando.fahrschein
 
FullJitterBackoffStrategy() - Constructor for class org.zalando.fahrschein.FullJitterBackoffStrategy
 
FullJitterBackoffStrategy(int, double, long, int) - Constructor for class org.zalando.fahrschein.FullJitterBackoffStrategy
 

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
 
getCause() - Method in exception org.zalando.fahrschein.BackoffException
 
getCommitTimeout() - Method in class org.zalando.fahrschein.StreamParameters
 
getConsumerGroup() - Method in class org.zalando.fahrschein.domain.Subscription
 
getConsumerGroup() - Method in class org.zalando.fahrschein.domain.SubscriptionRequest
 
getCreatedAt() - Method in class org.zalando.fahrschein.domain.Subscription
 
getCursors(String) - Method in interface org.zalando.fahrschein.CursorManager
 
getCursors(String) - Method in class org.zalando.fahrschein.ManagedCursorManager
 
getCursorToken() - Method in class org.zalando.fahrschein.domain.Cursor
A token identifying this cursor and offset which has to be used when committing using the subscription api.
getData() - Method in class org.zalando.fahrschein.domain.AbstractDataChangeEvent
 
getData() - Method in interface org.zalando.fahrschein.domain.DataChangeEvent
 
getDataOp() - Method in class org.zalando.fahrschein.domain.AbstractDataChangeEvent
 
getDataOp() - Method in interface org.zalando.fahrschein.domain.DataChangeEvent
 
getDataType() - Method in class org.zalando.fahrschein.domain.AbstractDataChangeEvent
 
getDataType() - Method in interface org.zalando.fahrschein.domain.DataChangeEvent
 
getDetail() - Method in class org.zalando.fahrschein.domain.BatchItemResponse
 
getDetail() - Method in exception org.zalando.fahrschein.IOProblem
 
getEid() - Method in class org.zalando.fahrschein.domain.BatchItemResponse
 
getEid() - Method in class org.zalando.fahrschein.domain.Metadata
 
getEventName() - Method in class org.zalando.fahrschein.domain.Lock
 
getEventType() - Method in class org.zalando.fahrschein.domain.Cursor
The event type of this cursor.
getEventType() - Method in class org.zalando.fahrschein.domain.Metadata
 
getEventTypes() - Method in class org.zalando.fahrschein.domain.Subscription
 
getEventTypes() - Method in class org.zalando.fahrschein.domain.SubscriptionRequest
 
getFlowId() - Method in class org.zalando.fahrschein.domain.Metadata
 
getId() - Method in class org.zalando.fahrschein.domain.Subscription
 
getInitialCursors() - Method in class org.zalando.fahrschein.domain.SubscriptionRequest
 
getInstance() - Method in exception org.zalando.fahrschein.IOProblem
 
getLockedBy() - Method in class org.zalando.fahrschein.domain.Lock
 
getMaxUncommittedEvents() - Method in class org.zalando.fahrschein.StreamParameters
 
getMetadata() - Method in class org.zalando.fahrschein.domain.AbstractDataChangeEvent
 
getMetadata() - Method in interface org.zalando.fahrschein.domain.DataChangeEvent
 
getMetadata() - Method in interface org.zalando.fahrschein.domain.Event
 
getNewestAvailableOffset() - Method in class org.zalando.fahrschein.domain.Partition
 
getOccurredAt() - Method in class org.zalando.fahrschein.domain.Metadata
 
getOffset() - Method in class org.zalando.fahrschein.domain.Cursor
 
getOldestAvailableOffset() - Method in class org.zalando.fahrschein.domain.Partition
 
getOperation() - Method in enum org.zalando.fahrschein.domain.DataOperation
 
getOwningApplication() - Method in class org.zalando.fahrschein.domain.Subscription
 
getOwningApplication() - Method in class org.zalando.fahrschein.domain.SubscriptionRequest
 
getPartition() - Method in class org.zalando.fahrschein.domain.Cursor
 
getPartition() - Method in class org.zalando.fahrschein.domain.Partition
 
getPartitions() - Method in class org.zalando.fahrschein.domain.Lock
 
getPartitions(String) - Method in class org.zalando.fahrschein.NakadiClient
 
getPublishingStatus() - Method in class org.zalando.fahrschein.domain.BatchItemResponse
 
getReadFrom() - Method in class org.zalando.fahrschein.domain.SubscriptionRequest
 
getReceivedAt() - Method in class org.zalando.fahrschein.domain.Metadata
 
getResponses() - Method in exception org.zalando.fahrschein.EventPublishingException
 
getRetries() - Method in exception org.zalando.fahrschein.BackoffException
 
getSpanCtx() - Method in class org.zalando.fahrschein.domain.Metadata
 
getStatusCode() - Method in exception org.zalando.fahrschein.IOProblem
 
getStep() - Method in class org.zalando.fahrschein.domain.BatchItemResponse
 
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
 

I

IOCallable<T> - Interface in org.zalando.fahrschein
 
IOProblem - Exception in org.zalando.fahrschein
 
IOProblem(URI, String, int, String, URI) - Constructor for exception org.zalando.fahrschein.IOProblem
 
IOProblem(URI, String, int, String) - Constructor for exception org.zalando.fahrschein.IOProblem
 
IOProblem(URI, String, int) - Constructor for exception org.zalando.fahrschein.IOProblem
 
IORunnable - Interface in org.zalando.fahrschein
 

L

listen(Class<T>, Listener<T>) - Method in interface org.zalando.fahrschein.StreamBuilder
 
listen(EventReader<T>, Listener<T>) - Method in interface org.zalando.fahrschein.StreamBuilder
 
Listener<T> - Interface in org.zalando.fahrschein
 
Lock - Class in org.zalando.fahrschein.domain
 
Lock(String, String, List<Partition>) - Constructor for class org.zalando.fahrschein.domain.Lock
 
lockPartitions(String, List<Partition>, String) - Method in interface org.zalando.fahrschein.PartitionManager
Locks partitions for one event.
lockPartitions(String, List<Partition>, String) - Method in class org.zalando.fahrschein.SimplePartitionManager
 

M

ManagedCursorManager - Class in org.zalando.fahrschein
 
ManagedCursorManager(URI, RequestFactory, AccessTokenProvider) - Constructor for class org.zalando.fahrschein.ManagedCursorManager
 
ManagedCursorManager(URI, RequestFactory) - Constructor for class org.zalando.fahrschein.ManagedCursorManager
 
MappingEventReader<T> - Class in org.zalando.fahrschein
 
MappingEventReader(Class<T>, ObjectMapper) - Constructor for class org.zalando.fahrschein.MappingEventReader
 
markErrorWhileConsuming() - Method in interface org.zalando.fahrschein.MetricsCollector
 
markErrorWhileConsuming() - Method in class org.zalando.fahrschein.NoMetricsCollector
 
markEventsReceived(int) - Method in interface org.zalando.fahrschein.MetricsCollector
 
markEventsReceived(int) - Method in class org.zalando.fahrschein.NoMetricsCollector
 
markMessageReceived() - Method in interface org.zalando.fahrschein.MetricsCollector
 
markMessageReceived() - Method in class org.zalando.fahrschein.NoMetricsCollector
 
markMessageSuccessfullyProcessed() - Method in interface org.zalando.fahrschein.MetricsCollector
 
markMessageSuccessfullyProcessed() - Method in class org.zalando.fahrschein.NoMetricsCollector
 
markReconnection() - Method in interface org.zalando.fahrschein.MetricsCollector
 
markReconnection() - Method in class org.zalando.fahrschein.NoMetricsCollector
 
Metadata - Class in org.zalando.fahrschein.domain
 
Metadata(String, String, OffsetDateTime, OffsetDateTime, String) - Constructor for class org.zalando.fahrschein.domain.Metadata
 
Metadata(String, String, OffsetDateTime, OffsetDateTime, String, Map<String, String>) - Constructor for class org.zalando.fahrschein.domain.Metadata
 
Metadata(String, OffsetDateTime) - Constructor for class org.zalando.fahrschein.domain.Metadata
 
MetricsCollector - Interface in org.zalando.fahrschein
 

N

NakadiClient - Class in org.zalando.fahrschein
 
NakadiClientBuilder - Class in org.zalando.fahrschein
 
NO_METRICS_COLLECTOR - Static variable in class org.zalando.fahrschein.NoMetricsCollector
 
NoBackoffStrategy - Class in org.zalando.fahrschein
 
NoBackoffStrategy() - Constructor for class org.zalando.fahrschein.NoBackoffStrategy
 
NoMetricsCollector - Class in org.zalando.fahrschein
 
NoMetricsCollector() - Constructor for class org.zalando.fahrschein.NoMetricsCollector
 

O

onMappingException(JsonMappingException) - Method in class org.zalando.fahrschein.MappingEventReader
 
onSuccess(String, Cursor) - Method in interface org.zalando.fahrschein.CursorManager
 
onSuccess(String, List<Cursor>) - Method in interface org.zalando.fahrschein.CursorManager
 
onSuccess(String, Cursor) - Method in class org.zalando.fahrschein.ManagedCursorManager
 
onSuccess(String, List<Cursor>) - Method in class org.zalando.fahrschein.ManagedCursorManager
 
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
 
Preconditions - Class in org.zalando.fahrschein
 
processBatch(IORunnable) - Method in interface org.zalando.fahrschein.BatchHandler
 
publish(String, List<T>) - Method in class org.zalando.fahrschein.NakadiClient
 

R

read(JsonParser) - Method in interface org.zalando.fahrschein.EventReader
 
read(JsonParser) - Method in class org.zalando.fahrschein.MappingEventReader
 
readFromBegin(List<Partition>) - Method in interface org.zalando.fahrschein.StreamBuilder.LowLevelStreamBuilder
 
readFromBegin() - Method in class org.zalando.fahrschein.SubscriptionBuilder
 
readFromCursors(List<Cursor>) - Method in class org.zalando.fahrschein.SubscriptionBuilder
 
readFromEnd() - Method in class org.zalando.fahrschein.SubscriptionBuilder
 
readFromNewestAvailableOffset(List<Partition>) - Method in interface org.zalando.fahrschein.StreamBuilder.LowLevelStreamBuilder
 
releaseLock(String, String) - Method in class org.zalando.fahrschein.SimplePartitionManager
 
run() - Method in interface org.zalando.fahrschein.IORunnable
 
runnable(Class<T>, Listener<T>) - Method in interface org.zalando.fahrschein.StreamBuilder
 
runnable(EventReader<T>, Listener<T>) - Method in interface org.zalando.fahrschein.StreamBuilder
 

S

SimplePartitionManager - Class in org.zalando.fahrschein
 
SimplePartitionManager() - Constructor for class org.zalando.fahrschein.SimplePartitionManager
 
skipUnavailableOffsets(List<Partition>) - Method in interface org.zalando.fahrschein.StreamBuilder.LowLevelStreamBuilder
 
stream(Subscription) - Method in class org.zalando.fahrschein.NakadiClient
 
stream(String) - Method in class org.zalando.fahrschein.NakadiClient
 
StreamBuilder - Interface in org.zalando.fahrschein
 
StreamBuilder.LowLevelStreamBuilder - Interface in org.zalando.fahrschein
 
StreamBuilder.SubscriptionStreamBuilder - Interface in org.zalando.fahrschein
 
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
subscribe() - Method in class org.zalando.fahrschein.SubscriptionBuilder
 
Subscription - Class in org.zalando.fahrschein.domain
 
Subscription(String, String, Set<String>, String, OffsetDateTime) - Constructor for class org.zalando.fahrschein.domain.Subscription
 
subscription(String, String) - Method in class org.zalando.fahrschein.NakadiClient
Build a subscription for a single event type.
subscription(String, Set<String>) - Method in class org.zalando.fahrschein.NakadiClient
Build a subscription for multiple event types.
SubscriptionBuilder - Class in org.zalando.fahrschein
 
SubscriptionRequest - Class in org.zalando.fahrschein.domain
 
SubscriptionRequest(String, Set<String>, String, SubscriptionRequest.Position, List<Cursor>) - Constructor for class org.zalando.fahrschein.domain.SubscriptionRequest
 
SubscriptionRequest(String, Set<String>, String) - Constructor for class org.zalando.fahrschein.domain.SubscriptionRequest
 
SubscriptionRequest.Position - Enum in org.zalando.fahrschein.domain
 

T

toString() - Method in enum org.zalando.fahrschein.domain.BatchItemResponse.PublishingStatus
 
toString() - Method in enum org.zalando.fahrschein.domain.BatchItemResponse.Step
 
toString() - Method in class org.zalando.fahrschein.domain.Cursor
 
toString() - Method in enum org.zalando.fahrschein.domain.SubscriptionRequest.Position
 

U

unchecked() - Method in interface org.zalando.fahrschein.IORunnable
 
unlockPartitions(Lock) - Method in interface org.zalando.fahrschein.PartitionManager
Unlocks previously locked partitions.
unlockPartitions(Lock) - Method in class org.zalando.fahrschein.SimplePartitionManager
 

V

valueOf(String) - Static method in enum org.zalando.fahrschein.domain.BatchItemResponse.PublishingStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.zalando.fahrschein.domain.BatchItemResponse.Step
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.zalando.fahrschein.domain.DataOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.zalando.fahrschein.domain.SubscriptionRequest.Position
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.zalando.fahrschein.domain.BatchItemResponse.PublishingStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.zalando.fahrschein.domain.BatchItemResponse.Step
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.zalando.fahrschein.domain.DataOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.zalando.fahrschein.domain.SubscriptionRequest.Position
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAccessTokenProvider(AccessTokenProvider) - Method in class org.zalando.fahrschein.NakadiClientBuilder
 
withBackoffStrategy(BackoffStrategy) - Method in interface org.zalando.fahrschein.StreamBuilder.LowLevelStreamBuilder
 
withBackoffStrategy(BackoffStrategy) - Method in interface org.zalando.fahrschein.StreamBuilder.SubscriptionStreamBuilder
 
withBackoffStrategy(BackoffStrategy) - Method in interface org.zalando.fahrschein.StreamBuilder
 
withBatchFlushTimeout(int) - Method in class org.zalando.fahrschein.StreamParameters
Maximum time in seconds to wait for the flushing of each chunk (per partition).
withBatchHandler(BatchHandler) - Method in interface org.zalando.fahrschein.StreamBuilder.LowLevelStreamBuilder
 
withBatchHandler(BatchHandler) - Method in interface org.zalando.fahrschein.StreamBuilder.SubscriptionStreamBuilder
 
withBatchHandler(BatchHandler) - Method in interface org.zalando.fahrschein.StreamBuilder
 
withBatchLimit(int) - Method in class org.zalando.fahrschein.StreamParameters
Maximum number of Events in each chunk (and therefore per partition) of the stream.
withCommitTimeout(int) - Method in class org.zalando.fahrschein.StreamParameters
Maximum amount of seconds that nakadi will be waiting for commit after sending a batch to a client.
withConsumerGroup(String) - Method in class org.zalando.fahrschein.SubscriptionBuilder
 
withCursorManager(CursorManager) - Method in class org.zalando.fahrschein.NakadiClientBuilder
 
withLock(Lock) - Method in interface org.zalando.fahrschein.StreamBuilder.LowLevelStreamBuilder
 
withMaxRetries(int) - Method in class org.zalando.fahrschein.EqualJitterBackoffStrategy
 
withMaxRetries(int) - Method in class org.zalando.fahrschein.ExponentialBackoffStrategy
 
withMaxRetries(int) - Method in class org.zalando.fahrschein.FullJitterBackoffStrategy
 
withMaxUncommittedEvents(int) - Method in class org.zalando.fahrschein.StreamParameters
 
withMetricsCollector(MetricsCollector) - Method in interface org.zalando.fahrschein.StreamBuilder.LowLevelStreamBuilder
 
withMetricsCollector(MetricsCollector) - Method in interface org.zalando.fahrschein.StreamBuilder.SubscriptionStreamBuilder
 
withMetricsCollector(MetricsCollector) - Method in interface org.zalando.fahrschein.StreamBuilder
 
withObjectMapper(ObjectMapper) - Method in class org.zalando.fahrschein.NakadiClientBuilder
 
withObjectMapper(ObjectMapper) - Method in interface org.zalando.fahrschein.StreamBuilder
 
withRequestFactory(RequestFactory) - Method in class org.zalando.fahrschein.NakadiClientBuilder
 
withStreamKeepAliveLimit(int) - Method in class org.zalando.fahrschein.StreamParameters
Maximum number of empty keep alive batches to get in a row before closing the connection.
withStreamLimit(int) - Method in class org.zalando.fahrschein.StreamParameters
Maximum number of Events in this stream (over all partitions being streamed in this connection).
withStreamParameters(StreamParameters) - Method in interface org.zalando.fahrschein.StreamBuilder.LowLevelStreamBuilder
 
withStreamParameters(StreamParameters) - Method in interface org.zalando.fahrschein.StreamBuilder.SubscriptionStreamBuilder
 
withStreamParameters(StreamParameters) - Method in interface org.zalando.fahrschein.StreamBuilder
 
withStreamTimeout(int) - Method in class org.zalando.fahrschein.StreamParameters
Maximum time in seconds a stream will live before connection is closed by the server.

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 T U V W Z 
Skip navigation links

Copyright © 2016–2019 Zalando SE. All rights reserved.