Module io.helidon.faulttolerance
Package io.helidon.faulttolerance
Class AsyncConfig.BuilderBase.AsyncConfigImpl
java.lang.Object
io.helidon.faulttolerance.AsyncConfig.BuilderBase.AsyncConfigImpl
- All Implemented Interfaces:
Prototype.Api
,Prototype.Factory<Async>
,AsyncConfig
,Supplier<Async>
- Enclosing class:
AsyncConfig.BuilderBase<BUILDER extends AsyncConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends AsyncConfig>
protected static class AsyncConfig.BuilderBase.AsyncConfigImpl
extends Object
implements AsyncConfig, Supplier<Async>
Generated implementation of the prototype, can be extended by descendant prototype implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.helidon.faulttolerance.AsyncConfig
AsyncConfig.Builder, AsyncConfig.BuilderBase<BUILDER extends AsyncConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends AsyncConfig> -
Constructor Summary
ModifierConstructorDescriptionprotected
AsyncConfigImpl
(AsyncConfig.BuilderBase<?, ?> builder) Create an instance providing a builder. -
Method Summary
-
Constructor Details
-
AsyncConfigImpl
Create an instance providing a builder.- Parameters:
builder
- extending builder base of this prototype
-
-
Method Details
-
build
Description copied from interface:Prototype.Factory
Create a new instance of the runtime type from this config object.- Specified by:
build
in interfacePrototype.Factory<Async>
- Returns:
- new configured runtime instance
-
get
-
name
-
executorName
-
executor
-
onStart
-
toString
-
equals
-
hashCode
public int hashCode()
-