| java.lang.Object | |
| ↳ | org.eclipse.sisu.inject.InjectorPublisher |
Publisher of Bindings from a single Injector; ranked according to a given RankingFunction.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Estimates the maximum rank this publisher may assign to a
Binding. | |||||||||||
Subscribes the given
BindingSubscriber to receive Bindings. | |||||||||||
Stops the given
BindingSubscriber from receiving Bindings. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
org.eclipse.sisu.inject.BindingPublisher
| |||||||||||
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 |
|---|