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 PersistentStreamMessageSource.
Since:
4.10.1
Author:
Steven van Beelen