| org.eclipse.sisu.inject.BindingPublisher | 
|  Known Indirect Subclasses | 
Publisher of Bindings to interested BindingSubscribers.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| abstract int | maxBindingRank() Estimates the maximum rank this publisher may assign to a  Binding. | ||||||||||
| abstract <T> void | subscribe(BindingSubscriber<T> subscriber) Subscribes the given  BindingSubscriberto receiveBindings. | ||||||||||
| abstract <T> void | unsubscribe(BindingSubscriber<T> subscriber) Stops the given  BindingSubscriberfrom receivingBindings. | ||||||||||
Estimates the maximum rank this publisher may assign to a Binding.
Subscribes the given BindingSubscriber to receive Bindings.
| subscriber | The subscriber | 
|---|
Stops the given BindingSubscriber from receiving Bindings.
| subscriber | The subscriber | 
|---|