@FunctionalInterface public interface ChannelTokenSupplier extends java.util.function.Supplier<java.lang.String>
Supplier
You can implement it to return same channel tokens. Or refresh tokens internally.
get