JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Reactor JavaDocs
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
reactor.fn
Interface Supplier<T>
Type Parameters:
T
- the type of the supplied object
All Known Subinterfaces:
DispatcherSupplier
,
Reference
<T>
All Known Implementing Classes:
AbstractReference
,
Buffer.View
,
ClosureSupplier
,
DispatcherComponentSpec
,
DispatcherConfigurationBuilder
,
EnvironmentBuilder
,
EventBusSpec
,
EventFactorySupplier
,
EventRoutingComponentSpec
,
PersistentQueueSpec
,
Promise
,
ReactorBuilder
,
ReactorBuilder.NestedReactorBuilder
,
Signal
,
Spec.DatagramServerSpec
,
Spec.HttpClientSpec
,
Spec.HttpServerSpec
,
Spec.IncrementalBackoffReconnect
,
Spec.PeerSpec
,
Spec.TcpClientSpec
,
Spec.TcpServerSpec
,
SSLEngineSupplier
,
Tap
,
TapAndControls
public interface
Supplier<T>
Implementations of this class supply the caller with an object. The provided object can be created each call to
get()
or can be created in some other way.
Author:
Jon Brisbin
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
T
get
()
Get an object.
Method Detail
get
T
get()
Get an object.
Returns:
An object.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Reactor JavaDocs
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2017. All rights reserved.