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.core.support
Interface Recyclable
All Known Implementing Classes:
AbstractLifecycleDispatcher.Task
,
Action
,
AdaptiveConsumerAction
,
AfterAction
,
BatchAction
,
BehaviorBroadcaster
,
Broadcaster
,
Buffer
,
BufferAction
,
BufferShiftAction
,
BufferShiftWhenAction
,
BufferWhenAction
,
CacheAction
,
CallbackAction
,
CallbackEvent
,
CombineLatestAction
,
CompositeAction
,
ConcatAction
,
ConsumerAction
,
CountAction
,
DefaultIfEmptyAction
,
DematerializeAction
,
DispatcherAction
,
DistinctAction
,
DistinctUntilChangedAction
,
DynamicMergeAction
,
ElapsedAction
,
ElementAtAction
,
ErrorAction
,
ErrorReturnAction
,
ErrorWithValueAction
,
Event
,
EventBus.ReplyToEvent
,
ExistsAction
,
FallbackAction
,
FanInAction
,
FilterAction
,
FinallyAction
,
FlowControlAction
,
GroupByAction
,
IgnoreErrorAction
,
LastAction
,
LoggerAction
,
MapAction
,
MaterializeAction
,
MergeAction
,
MultiThreadDispatcher.MultiThreadTask
,
RecyclableNumber
,
RecyclableString
,
ReduceByKeyAction
,
RepeatAction
,
RepeatWhenAction
,
RetryAction
,
RetryWhenAction
,
SampleAction
,
ScanAction
,
ScanByKeyAction
,
SerializedBroadcaster
,
SingleThreadDispatcher.SingleThreadTask
,
SkipAction
,
SkipUntilTimeout
,
SortAction
,
SplitAction
,
StreamStateCallbackAction
,
SwitchAction
,
TakeAction
,
TakeUntilTimeout
,
TakeWhileAction
,
ThrottleRequestAction
,
ThrottleRequestWhenAction
,
TimeoutAction
,
TimestampAction
,
WindowAction
,
WindowShiftAction
,
WindowShiftWhenAction
,
WindowWhenAction
,
ZipAction
public interface
Recyclable
A simple interface that marks an object as being recyclable.
Since:
1.1
Author:
Jon Brisbin
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
recycle
()
Free any internal resources and reset the state of the object to enable reuse.
Method Detail
recycle
void recycle()
Free any internal resources and reset the state of the object to enable reuse.
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.