All Classes and Interfaces
Class
Description
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.Allows wrapping
Listener.accept(List) and CursorManager.onSuccess(String, Cursor) inside one transaction,
with automatic rollback if cursor commit fails.Manages cursor offsets for one consumer.
The type of operation executed on the entity.
Exception thrown for server-side (partial) failures of event persistence, e.g.
Base class for exceptions thrown when publishing events to Nakadi.
Interface that offers a way to add additional features around the
NakadiClient.Exception thrown during publishing of events, in case the batch fails the validation phase.
General implementation of the Nakadi Client used within this Library.
Default
access token provider built for Zalando's Platform IAM which provides
OAuth2 tokens as files in a mounted directory.Exception thrown for server-side (partial) failures of event persistence, e.g.
Deprecated.
PlatformAccessTokenProvider