Uses of Interface
io.streamthoughts.azkarra.api.components.Ordered
-
Packages that use Ordered Package Description io.streamthoughts.azkarra.api.components io.streamthoughts.azkarra.api.providers io.streamthoughts.azkarra.runtime.components -
-
Uses of Ordered in io.streamthoughts.azkarra.api.components
Subinterfaces of Ordered in io.streamthoughts.azkarra.api.components Modifier and Type Interface Description interface
ComponentDescriptor<T>
Describes a single component managed by aComponentFactory
.Classes in io.streamthoughts.azkarra.api.components that implement Ordered Modifier and Type Class Description class
SimpleComponentDescriptor<T>
TheSimpleComponentDescriptor
is the base class used fro describing components.Methods in io.streamthoughts.azkarra.api.components with parameters of type Ordered Modifier and Type Method Description default int
Ordered. compareTo(Ordered that)
-
Uses of Ordered in io.streamthoughts.azkarra.api.providers
Classes in io.streamthoughts.azkarra.api.providers that implement Ordered Modifier and Type Class Description class
TopologyDescriptor<T extends TopologyProvider>
ASimpleComponentDescriptor
for describing aTopologyProvider
implementation. -
Uses of Ordered in io.streamthoughts.azkarra.runtime.components
Classes in io.streamthoughts.azkarra.runtime.components that implement Ordered Modifier and Type Class Description class
ComponentDescriptorBuilder<T>
-