Uses of Interface
org.eclipse.sisu.inject.BindingSubscriber
Packages that use BindingSubscriber
Package
Description
Dynamic bean lookup across multiple injectors.
-
Uses of BindingSubscriber in org.eclipse.sisu.inject
Classes in org.eclipse.sisu.inject that implement BindingSubscriberModifier and TypeClassDescription(package private) final classOrdered sequence ofBindings of a given type; subscribes toBindingPublishers on demand.(package private) final classWatchedBeans<Q extends Annotation,T, W> Provides dynamicBeanEntrynotifications by tracking qualifiedBindings.Methods in org.eclipse.sisu.inject with parameters of type BindingSubscriberModifier and TypeMethodDescriptionprivate <T> voidInjectorBindings.publishExactMatches(com.google.inject.TypeLiteral<T> type, BindingSubscriber<T> subscriber) private <T,S> void InjectorBindings.publishGenericMatches(com.google.inject.TypeLiteral<T> type, BindingSubscriber<T> subscriber, Class<S> rawType) private <T> voidInjectorBindings.publishWildcardMatches(com.google.inject.TypeLiteral<T> type, BindingSubscriber<T> subscriber) <T> voidBindingPublisher.subscribe(BindingSubscriber<T> subscriber) Subscribes the givenBindingSubscriberto receiveBindings.<T> voidInjectorBindings.subscribe(BindingSubscriber<T> subscriber) <T> voidBindingPublisher.unsubscribe(BindingSubscriber<T> subscriber) Stops the givenBindingSubscriberfrom receivingBindings.<T> voidInjectorBindings.unsubscribe(BindingSubscriber<T> subscriber) -
Uses of BindingSubscriber in org.eclipse.sisu.osgi
Fields in org.eclipse.sisu.osgi with type parameters of type BindingSubscriberModifier and TypeFieldDescriptionprivate final Collection<BindingSubscriber<T>> BindingTracker.subscribersMethods in org.eclipse.sisu.osgi with parameters of type BindingSubscriberModifier and TypeMethodDescription(package private) booleanServiceBinding.isCompatibleWith(BindingSubscriber<T> subscriber) voidBindingTracker.subscribe(BindingSubscriber<T> subscriber) <T> voidServiceBindings.subscribe(BindingSubscriber<T> subscriber) voidBindingTracker.unsubscribe(BindingSubscriber<T> subscriber) <T> voidServiceBindings.unsubscribe(BindingSubscriber<T> subscriber)