This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface CbRef<T,S>
extends SerializableLambda
Represents a callback(ServiceReference) that is invoked on a Component implementation class.
The type of the class on which the callback is invoked on is represented by the T generic parameter.