Uses of Class
io.strimzi.kafka.oauth.services.SessionFuture
Packages that use SessionFuture
-
Uses of SessionFuture in io.strimzi.kafka.oauth.services
Methods in io.strimzi.kafka.oauth.services that return types with arguments of type SessionFutureModifier and TypeMethodDescriptionList<SessionFuture<?>>Sessions.executeTask(ExecutorService executor, Predicate<BearerTokenWithPayload> filter, Consumer<BearerTokenWithPayload> task) Iterate over all active sessions (represented by stored token objects) applying a filter and submit a task to the passed executor for each passing token.