- All Implemented Interfaces:
Consumer<T>
public class DeferredInjector<T>
extends Object
implements Consumer<T>
An injector whose source can be defined after service installation, but before the service is started.
- Author:
- Paul Ferraro
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
DeferredInjector
public DeferredInjector()
-
Method Details
-
accept
public void accept(T value)
- Specified by:
accept in interface Consumer<T>