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.Thrown in case the client wasn't able to publish the given batch of events to Nakadi.Interface that offers a way to add additional features around theNakadiClient.EventReader<T>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.Deprecated.
PlatformAccessTokenProvider