| org.sonatype.guice.bean.locators.spi.BindingPublisher |
Publisher of Bindings to interested BindingSubscribers.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Determines whether or not the given Binding belongs to this publisher.
| |||||||||||
Subscribes the given
BindingSubscriber to receive Bindings of the given type. | |||||||||||
Stops the given
BindingSubscriber from receiving Bindings of the given type. | |||||||||||
Determines whether or not the given Binding belongs to this publisher.
| binding | The binding |
|---|
true if the binding belongs to this publisher; otherwise false
Subscribes the given BindingSubscriber to receive Bindings of the given type.
| type | The binding type |
|---|---|
| subscriber | The subscriber |
Stops the given BindingSubscriber from receiving Bindings of the given type.
| type | The binding type |
|---|---|
| subscriber | The subscriber |