Interface PersistentStreamScheduledExecutorBuilder

All Superinterfaces:
BiFunction<Integer,String,ScheduledExecutorService>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface PersistentStreamScheduledExecutorBuilder extends BiFunction<Integer,String,ScheduledExecutorService>
Functional interface towards constructing a ScheduledExecutorService for a PersistentStreamEventSource.
Since:
5.2.0
Author:
Steven van Beelen