Class InstanceSupplier.NewInstance<T>
java.lang.Object
io.helidon.microprofile.grpc.core.InstanceSupplier.NewInstance<T>
- Type Parameters:
T
- the type of instance supplied
- All Implemented Interfaces:
Supplier<T>
- Enclosing interface:
InstanceSupplier
A
Supplier
implementation that supplies new instances
of a class each time its Supplier.get()
method
is called.-
Constructor Summary
-
Method Summary