Interface ExtendedPropertiesBinder<T,C,P>

Type Parameters:
T - binder type
C - consumer type
P - producer type
All Superinterfaces:
Binder<T,ExtendedConsumerProperties<C>,ExtendedProducerProperties<P>>, ExtendedBindingProperties<C,P>

public interface ExtendedPropertiesBinder<T,C,P> extends Binder<T,ExtendedConsumerProperties<C>,ExtendedProducerProperties<P>>, ExtendedBindingProperties<C,P>
Extension of Binder that takes ExtendedConsumerProperties and ExtendedProducerProperties as arguments. In addition to supporting binding operations, it allows the binder to provide values for the additional properties it expects on the bindings.
Author:
Marius Bogoevici