Package org.zalando.fahrschein
@ParametersAreNonnullByDefault
package org.zalando.fahrschein
Apply ParametersAreNonnullByDefault on all classes
-
ClassDescriptionUse factory method
AuthorizationBuilder.authorization()to create an allow-all authorization object and useAuthorizationBuilder.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 wrappingListener.accept(List)andCursorManager.onSuccess(String, Cursor)inside one transaction, with automatic rollback if cursor commit fails.Manages cursor offsets for one consumer.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 theNakadiClient.EventReader<T>Exception thrown during publishing of events, in case the batch fails the validation phase.IOCallable<T>Listener<T>General implementation of the Nakadi Client used within this Library.Defaultaccess token providerbuilt 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