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 -
-
Uses of Ordered in io.streamthoughts.azkarra.api.components
Subinterfaces of Ordered in io.streamthoughts.azkarra.api.components Modifier and Type Interface Description interfaceComponentDescriptor<T>Describes a single component managed by aComponentFactory.Classes in io.streamthoughts.azkarra.api.components that implement Ordered Modifier and Type Class Description classSimpleComponentDescriptor<T>TheSimpleComponentDescriptoris 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 intOrdered. 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 classTopologyDescriptor<T extends TopologyProvider>ASimpleComponentDescriptorfor describing aTopologyProviderimplementation.
-