@ParametersAreNonnullByDefault
| Interface | Description |
|---|---|
| AccessTokenProvider | |
| AuthorizationProvider | |
| BackoffStrategy | |
| BatchHandler |
Allows wrapping
Listener.accept(List) and CursorManager.onSuccess(String, Cursor) inside one transaction,
with automatic rollback if cursor commit fails. |
| CursorManager |
Manages cursor offsets for one consumer.
|
| EventReader<T> | |
| IOCallable<T> | |
| IORunnable | |
| Listener<T> | |
| MetricsCollector | |
| PartitionManager | |
| StreamBuilder | |
| StreamBuilder.LowLevelStreamBuilder | |
| StreamBuilder.SubscriptionStreamBuilder |
| Class | Description |
|---|---|
| AuthorizationBuilder |
Use factory method
AuthorizationBuilder.authorization() to create
an allow-all authorization object and use AuthorizationBuilder.withAdmins(java.util.List<org.zalando.fahrschein.domain.Authorization.AuthorizationAttribute>) / AuthorizationBuilder.withReaders(java.util.List<org.zalando.fahrschein.domain.Authorization.AuthorizationAttribute>)
methods to override admins and/or readers lists. |
| EqualJitterBackoffStrategy | |
| ExponentialBackoffStrategy | |
| FullJitterBackoffStrategy | |
| ManagedCursorManager | |
| MappingEventReader<T> | |
| NakadiClient | |
| NakadiClientBuilder | |
| NoBackoffStrategy | |
| NoMetricsCollector | |
| Preconditions | |
| SimplePartitionManager | |
| StreamParameters | |
| SubscriptionBuilder | |
| ZignAccessTokenProvider |
| Exception | Description |
|---|---|
| BackoffException | |
| EventAlreadyProcessedException | |
| EventProcessingException | |
| EventPublishingException | |
| IOProblem |
Copyright © 2016–2019 Zalando SE. All rights reserved.