B C D E F G I L M N O P R S T V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- build() - Method in class io.smallrye.stork.spi.config.SimpleServiceConfig.Builder
-
Creates the
SimpleServiceConfig - Builder() - Constructor for class io.smallrye.stork.spi.config.SimpleServiceConfig.Builder
C
- CallStatisticsCollector - Interface in io.smallrye.stork.spi
-
If you use
ServiceInstanceWithStatGathering, use an implementation of this class interface for actually collecting information about calls made - complete(StorkObservation) - Method in interface io.smallrye.stork.api.observability.StorkEventHandler
- ConfigProvider - Interface in io.smallrye.stork.spi.config
-
Configuration provider for Service Discovery and Load Balancer
- ConfigWithType - Interface in io.smallrye.stork.api.config
-
Load balancer configuration.
- Constants - Class in io.smallrye.stork.api.config
-
Constants for the main API classes
- Constants() - Constructor for class io.smallrye.stork.api.config.Constants
- create(String, String, String) - Method in class io.smallrye.stork.api.observability.NoopObservationCollector
- create(String, String, String) - Method in interface io.smallrye.stork.api.observability.ObservationCollector
- createLoadBalancer(ConfigWithType, ServiceDiscovery) - Method in interface io.smallrye.stork.spi.internal.LoadBalancerLoader
-
Creates a load balancer instance.
- createLoadBalancer(T, ServiceDiscovery) - Method in interface io.smallrye.stork.spi.LoadBalancerProvider
-
Creates a load balancer instance
- createServiceDiscovery(ConfigWithType, String, ServiceConfig, StorkInfrastructure) - Method in interface io.smallrye.stork.spi.internal.ServiceDiscoveryLoader
-
Creates a new
ServiceDiscoveryinstance. - createServiceDiscovery(T, String, ServiceConfig, StorkInfrastructure) - Method in interface io.smallrye.stork.spi.ServiceDiscoveryProvider
-
Creates a new instance of
ServiceDiscovery. - createServiceRegistrar(ConfigWithType, String, StorkInfrastructure) - Method in interface io.smallrye.stork.spi.internal.ServiceRegistrarLoader
-
Creates a new
ServiceRegistrarinstance. - createServiceRegistrar(T, String, StorkInfrastructure) - Method in interface io.smallrye.stork.spi.ServiceRegistrarProvider
D
- DEFAULT_VALUE - Static variable in class io.smallrye.stork.api.config.Constants
-
Marker value for the default value, used in main API module annotations
- defaultValue() - Method in annotation type io.smallrye.stork.api.config.LoadBalancerAttribute
-
Default value for the attribute.
- defaultValue() - Method in annotation type io.smallrye.stork.api.config.ServiceDiscoveryAttribute
-
Default value for the attribute.
- defaultValue() - Method in annotation type io.smallrye.stork.api.config.ServiceRegistrarAttribute
-
Default value for the attribute.
- defineIfAbsent(String, ServiceDefinition) - Method in interface io.smallrye.stork.api.StorkServiceRegistry
-
Adds a service to the list of services managed by Stork.
- description() - Method in annotation type io.smallrye.stork.api.config.LoadBalancerAttribute
-
Description of the attribute.
- description() - Method in annotation type io.smallrye.stork.api.config.ServiceDiscoveryAttribute
-
Description of the attribute.
- description() - Method in annotation type io.smallrye.stork.api.config.ServiceRegistrarAttribute
-
Description of the attribute.
E
- ElementWithType - Interface in io.smallrye.stork.spi
-
A class having a
ElementWithType.type()method such a load balancer and service discovery providers. - empty() - Static method in class io.smallrye.stork.api.Metadata
-
Returns an immutable, empty set of metadata.
F
- failure() - Method in class io.smallrye.stork.api.observability.StorkObservation
G
- gatherStatistics() - Method in interface io.smallrye.stork.api.ServiceInstance
- GENERIC_METADATA_KEY - io.smallrye.stork.api.Metadata.DefaultMetadataKey
-
The key.
- get(Class<T>, Supplier<T>) - Method in interface io.smallrye.stork.spi.StorkInfrastructure
-
Get an instance of a "utility" class
- getConfigs() - Method in interface io.smallrye.stork.spi.config.ConfigProvider
-
Get a list of service configurations, each wrapping a configuration for both ServiceDiscovery and LoadBalancer
- getDiscoveredInstancesCount() - Method in class io.smallrye.stork.api.observability.StorkObservation
- getHost() - Method in interface io.smallrye.stork.api.ServiceInstance
- getId() - Method in interface io.smallrye.stork.api.ServiceInstance
- getInstances() - Method in class io.smallrye.stork.api.Service
-
Provide a collection of available
ServiceInstances - getLabels() - Method in interface io.smallrye.stork.api.ServiceInstance
- getLoadBalancer() - Method in class io.smallrye.stork.api.Service
-
Get the underlying load balancer instance.
- getLoadBalancer() - Method in class io.smallrye.stork.api.ServiceDefinition
- getMetadata() - Method in class io.smallrye.stork.api.Metadata
- getMetadata() - Method in interface io.smallrye.stork.api.ServiceInstance
- getName() - Method in enum io.smallrye.stork.api.Metadata.DefaultMetadataKey
- getName() - Method in enum io.smallrye.stork.api.Metadata.NoMetadataKey
- getName() - Method in interface io.smallrye.stork.api.MetadataKey
- getObservationCollector() - Method in interface io.smallrye.stork.spi.StorkInfrastructure
- getObservations() - Method in class io.smallrye.stork.api.Service
- getOverallDuration() - Method in class io.smallrye.stork.api.observability.StorkObservation
- getPath() - Method in interface io.smallrye.stork.api.ServiceInstance
-
For service behind an API gateway or a proxy, this method return the path.
- getPort() - Method in interface io.smallrye.stork.api.ServiceInstance
- getService(String) - Method in interface io.smallrye.stork.api.StorkServiceRegistry
-
Retrieves the
Serviceassociated with the given name. - getServiceDiscovery() - Method in class io.smallrye.stork.api.Service
-
Get the underlying service discovery
- getServiceDiscovery() - Method in class io.smallrye.stork.api.ServiceDefinition
- getServiceDiscoveryDuration() - Method in class io.smallrye.stork.api.observability.StorkObservation
- getServiceDiscoveryType() - Method in class io.smallrye.stork.api.observability.StorkObservation
- getServiceInstances() - Method in interface io.smallrye.stork.api.ServiceDiscovery
-
Retrieves the service instances.
- getServiceName() - Method in class io.smallrye.stork.api.observability.StorkObservation
- getServiceName() - Method in class io.smallrye.stork.api.Service
- getServiceOptional(String) - Method in interface io.smallrye.stork.api.StorkServiceRegistry
-
Retrieves the
Serviceassociated with the given name. - getServiceRegistrar() - Method in class io.smallrye.stork.api.Service
-
Get the underlying service registrar
- getServiceRegistrar() - Method in class io.smallrye.stork.api.ServiceDefinition
- getServices() - Method in interface io.smallrye.stork.api.StorkServiceRegistry
- getServiceSelectionDuration() - Method in class io.smallrye.stork.api.observability.StorkObservation
- getServiceSelectionType() - Method in class io.smallrye.stork.api.observability.StorkObservation
I
- initialize(StorkServiceRegistry) - Method in interface io.smallrye.stork.api.ServiceDiscovery
-
Optional initialization.
- io.smallrye.stork.api - package io.smallrye.stork.api
- io.smallrye.stork.api.config - package io.smallrye.stork.api.config
- io.smallrye.stork.api.observability - package io.smallrye.stork.api.observability
- io.smallrye.stork.spi - package io.smallrye.stork.spi
- io.smallrye.stork.spi.config - package io.smallrye.stork.spi.config
- io.smallrye.stork.spi.internal - package io.smallrye.stork.spi.internal
- isDone() - Method in class io.smallrye.stork.api.observability.StorkObservation
- isSecure() - Method in interface io.smallrye.stork.api.ServiceInstance
- isServiceDiscoverySuccessful() - Method in class io.smallrye.stork.api.observability.StorkObservation
L
- loadBalancer() - Method in interface io.smallrye.stork.api.config.ServiceConfig
-
LoadBalancer configuration or null if the service is meant only to only be mapped to a list of services
- loadBalancer() - Method in class io.smallrye.stork.spi.config.SimpleServiceConfig
- LoadBalancer - Interface in io.smallrye.stork.api
-
Works with a single service name.
- LoadBalancerAttribute - Annotation Type in io.smallrye.stork.api.config
-
Defines an attribute for a load balancer.
- LoadBalancerAttributes - Annotation Type in io.smallrye.stork.api.config
-
Annotation used to define arrays of
LoadBalancerAttribute. - LoadBalancerLoader - Interface in io.smallrye.stork.spi.internal
-
Used by stork internals to generate service loader for LoadBalancerProvider
- LoadBalancerProvider<T> - Interface in io.smallrye.stork.spi
-
A load balancer provider allowing to create instances of load balancers.
- LoadBalancerType - Annotation Type in io.smallrye.stork.api.config
-
The type of the load balancer.
M
- Metadata<T extends Enum<T> & MetadataKey> - Class in io.smallrye.stork.api
-
Service Instance metadata.
- Metadata.DefaultMetadataKey - Enum in io.smallrye.stork.api
-
The default metadata key.
- Metadata.NoMetadataKey - Enum in io.smallrye.stork.api
- metadataKey() - Method in annotation type io.smallrye.stork.api.config.ServiceRegistrarType
- MetadataKey - Interface in io.smallrye.stork.api
-
Interface representing metadata key.
N
- name() - Method in annotation type io.smallrye.stork.api.config.LoadBalancerAttribute
-
Attribute name as used in the configuration.
- name() - Method in annotation type io.smallrye.stork.api.config.ServiceDiscoveryAttribute
-
Attribute name as used in the configuration.
- name() - Method in annotation type io.smallrye.stork.api.config.ServiceRegistrarAttribute
-
Attribute name as used in the configuration.
- name() - Method in interface io.smallrye.stork.api.config.ServiceRegistrarConfig
- name() - Method in class io.smallrye.stork.spi.config.SimpleRegistrarConfig
- NoAcceptableServiceInstanceFoundException - Exception in io.smallrye.stork.api
-
Thrown by
LoadBalancerwhen all available services are not acceptable for some, arbitrary, reason - NoAcceptableServiceInstanceFoundException(String) - Constructor for exception io.smallrye.stork.api.NoAcceptableServiceInstanceFoundException
-
Creates a new NoAcceptableServiceInstanceFoundException.
- NoAcceptableServiceInstanceFoundException(String, Throwable) - Constructor for exception io.smallrye.stork.api.NoAcceptableServiceInstanceFoundException
-
Creates a new NoAcceptableServiceInstanceFoundException.
- NOOP_STORK_EVENT - Static variable in class io.smallrye.stork.api.observability.NoopObservationCollector
- NoopObservationCollector - Class in io.smallrye.stork.api.observability
- NoopObservationCollector() - Constructor for class io.smallrye.stork.api.observability.NoopObservationCollector
- NoServiceInstanceFoundException - Exception in io.smallrye.stork.api
-
Thrown by a
LoadBalancerwhen it doesn't have service instances to choose from or all available services are not valid to select, e.g. - NoServiceInstanceFoundException(String) - Constructor for exception io.smallrye.stork.api.NoServiceInstanceFoundException
-
Creates a new NoServiceInstanceFoundException.
- NoServiceInstanceFoundException(String, Throwable) - Constructor for exception io.smallrye.stork.api.NoServiceInstanceFoundException
-
Creates a new NoServiceInstanceFoundException.
- NoSuchServiceDefinitionException - Exception in io.smallrye.stork.api
-
Exception thrown when Stork does not have a
Serviceassociated with a given name. - NoSuchServiceDefinitionException(String) - Constructor for exception io.smallrye.stork.api.NoSuchServiceDefinitionException
-
Creates a new instance of NoSuchServiceDefinitionException.
- NoSuchServiceRegistrarException - Exception in io.smallrye.stork.api
-
Exception thrown when Stork does not have a
ServiceRegistrarassociated with a given name. - NoSuchServiceRegistrarException(String) - Constructor for exception io.smallrye.stork.api.NoSuchServiceRegistrarException
-
Creates a new instance of NoSuchServiceRegistrarException.
O
- ObservationCollector - Interface in io.smallrye.stork.api.observability
- of(ConfigWithType) - Static method in class io.smallrye.stork.api.ServiceDefinition
-
Creates a new
ServiceDefinitionusing the givenConfigWithType. - of(ConfigWithType, ConfigWithType) - Static method in class io.smallrye.stork.api.ServiceDefinition
-
Creates a new
ServiceDefinitionusing the givenConfigWithType. - of(ConfigWithType, ConfigWithType, ConfigWithType) - Static method in class io.smallrye.stork.api.ServiceDefinition
- of(Class<K>) - Static method in class io.smallrye.stork.api.Metadata
-
Returns an instance of
Metadatacontaining an empty set of values. - of(Class<K>, Map<K, Object>) - Static method in class io.smallrye.stork.api.Metadata
-
Returns an instance of
Metadatacontaining metadata values. - onServiceDiscoveryFailure(Throwable) - Method in class io.smallrye.stork.api.observability.StorkObservation
- onServiceDiscoverySuccess(List<ServiceInstance>) - Method in class io.smallrye.stork.api.observability.StorkObservation
- onServiceSelectionFailure(Throwable) - Method in class io.smallrye.stork.api.observability.StorkObservation
- onServiceSelectionSuccess(long) - Method in class io.smallrye.stork.api.observability.StorkObservation
P
- parameters() - Method in interface io.smallrye.stork.api.config.ConfigWithType
-
Load Balancer parameters.
- parameters() - Method in class io.smallrye.stork.spi.config.SimpleRegistrarConfig
- parameters() - Method in class io.smallrye.stork.spi.config.SimpleServiceConfig.SimpleLoadBalancerConfig
- parameters() - Method in class io.smallrye.stork.spi.config.SimpleServiceConfig.SimpleServiceDiscoveryConfig
- parameters() - Method in class io.smallrye.stork.spi.config.SimpleServiceConfig.SimpleServiceRegistrarConfig
- priority() - Method in interface io.smallrye.stork.spi.config.ConfigProvider
-
Priority of the configuration provider.
R
- recordEnd(long, Throwable) - Method in interface io.smallrye.stork.spi.CallStatisticsCollector
-
Records the completion of an operation.
- recordEnd(Throwable) - Method in interface io.smallrye.stork.api.ServiceInstance
-
When
gatherStatisticsis enabled, reports the end of an operation using this service instance. - recordReply() - Method in interface io.smallrye.stork.api.ServiceInstance
-
When
gatherStatisticsis enabled, reports a reply for an operation using this service instance. - recordReply(long, long) - Method in interface io.smallrye.stork.spi.CallStatisticsCollector
-
Records the response from an operation.
- recordStart(boolean) - Method in interface io.smallrye.stork.api.ServiceInstance
-
Warning Usually should not be called directly.
- recordStart(long, boolean) - Method in interface io.smallrye.stork.spi.CallStatisticsCollector
-
Records the start of an operation.
- registerServiceInstance(String, Metadata<MetadataKeyType>, String, int) - Method in interface io.smallrye.stork.api.ServiceRegistrar
- registerServiceInstance(String, String, int) - Method in interface io.smallrye.stork.api.ServiceRegistrar
- required() - Method in annotation type io.smallrye.stork.api.config.LoadBalancerAttribute
-
Whether the attribute is mandatory or optional
- required() - Method in annotation type io.smallrye.stork.api.config.ServiceDiscoveryAttribute
-
Whether the attribute is mandatory or optional
- required() - Method in annotation type io.smallrye.stork.api.config.ServiceRegistrarAttribute
-
Whether the attribute is mandatory or optional
- requiresStrictRecording() - Method in interface io.smallrye.stork.api.LoadBalancer
-
LoadBalancers often record information of the calls being made with instances they return, be it inflight requests, response time, etc.
S
- secure() - Method in interface io.smallrye.stork.api.config.ServiceConfig
-
Deprecated.Use the service discovery 'secure' attribute instead
- selectInstance() - Method in class io.smallrye.stork.api.Service
-
Selects a service instance.
- selectInstance(Collection<ServiceInstance>) - Method in class io.smallrye.stork.api.Service
-
Using the underlying load balancer, select a service instance from the collection of service instances.
- selectInstanceAndRecordStart(boolean) - Method in class io.smallrye.stork.api.Service
-
Selects a service instance and records a start of an operation using the instance
- selectInstanceAndRecordStart(Collection<ServiceInstance>, boolean) - Method in class io.smallrye.stork.api.Service
-
Select a ServiceInstance for this service from a collection and record a start of an operation using the instance.
- selectServiceInstance(Collection<ServiceInstance>) - Method in interface io.smallrye.stork.api.LoadBalancer
-
Select a single
ServiceInstancefrom the given list. - Service - Class in io.smallrye.stork.api
-
Represents a Service.
- Service(String, String, String, ObservationCollector, LoadBalancer, ServiceDiscovery, ServiceRegistrar<?>, boolean) - Constructor for class io.smallrye.stork.api.Service
-
Creates a new Service.
- ServiceConfig - Interface in io.smallrye.stork.api.config
-
Service configuration, wraps (optional) LoadBalancer configuration, (required) ServiceDiscovery configuration and (optional) ServiceRegistrar configuration for a single service
- ServiceDefinition - Class in io.smallrye.stork.api
-
Define a service that will be managed by Stork.
- serviceDiscovery() - Method in interface io.smallrye.stork.api.config.ServiceConfig
-
ServiceDiscovery configuration for the service
- serviceDiscovery() - Method in class io.smallrye.stork.spi.config.SimpleServiceConfig
- ServiceDiscovery - Interface in io.smallrye.stork.api
-
Interface to retrieve the list of all available service instances for a given service.
- ServiceDiscoveryAttribute - Annotation Type in io.smallrye.stork.api.config
-
Defines an attribute for a service discovery.
- ServiceDiscoveryAttributes - Annotation Type in io.smallrye.stork.api.config
-
Annotation used to define arrays of
ServiceDiscoveryAttribute. - ServiceDiscoveryLoader - Interface in io.smallrye.stork.spi.internal
-
Used by stork internals to generate service loader for ServiceDiscoveryProvider.
- ServiceDiscoveryProvider<T> - Interface in io.smallrye.stork.spi
-
A service discovery provider allowing to create instances of service discovery.
- ServiceDiscoveryType - Annotation Type in io.smallrye.stork.api.config
-
The type of the service discovery.
- ServiceInstance - Interface in io.smallrye.stork.api
-
Represents an instance of service.
- serviceName() - Method in interface io.smallrye.stork.api.config.ServiceConfig
- serviceName() - Method in class io.smallrye.stork.spi.config.SimpleServiceConfig
- serviceRegistrar() - Method in interface io.smallrye.stork.api.config.ServiceConfig
-
ServiceRegistrar configuration for the service
- serviceRegistrar() - Method in class io.smallrye.stork.spi.config.SimpleServiceConfig
- ServiceRegistrar<MetadataKeyType extends Enum<MetadataKeyType> & MetadataKey> - Interface in io.smallrye.stork.api
- ServiceRegistrarAttribute - Annotation Type in io.smallrye.stork.api.config
-
Defines an attribute for a service registrar.
- ServiceRegistrarAttributes - Annotation Type in io.smallrye.stork.api.config
-
Annotation used to define arrays of
ServiceRegistrarAttribute. - ServiceRegistrarConfig - Interface in io.smallrye.stork.api.config
- ServiceRegistrarLoader<MetadataKeyType extends Enum<MetadataKeyType> & MetadataKey> - Interface in io.smallrye.stork.spi.internal
-
Used by stork internals to generate service loader for ServiceRegistrarProvider.
- ServiceRegistrarProvider<T,MetadataKeyType extends Enum<MetadataKeyType> & MetadataKey> - Interface in io.smallrye.stork.spi
- ServiceRegistrarType - Annotation Type in io.smallrye.stork.api.config
-
The type of the service registrar.
- setLoadBalancer(ConfigWithType) - Method in class io.smallrye.stork.spi.config.SimpleServiceConfig.Builder
-
Sets the load balancer config.
- setSecure(boolean) - Method in class io.smallrye.stork.spi.config.SimpleServiceConfig.Builder
-
Sets to
trueto indicate that the service uses a secure transport (TLS). - setServiceDiscovery(ConfigWithType) - Method in class io.smallrye.stork.spi.config.SimpleServiceConfig.Builder
-
Sets the service discovery config.
- setServiceName(String) - Method in class io.smallrye.stork.spi.config.SimpleServiceConfig.Builder
-
Sets the service name.
- setServiceRegistrar(ConfigWithType) - Method in class io.smallrye.stork.spi.config.SimpleServiceConfig.Builder
-
Sets the service registrar config.
- SimpleLoadBalancerConfig(String, Map<String, String>) - Constructor for class io.smallrye.stork.spi.config.SimpleServiceConfig.SimpleLoadBalancerConfig
-
Creates a new SimpleLoadBalancerConfig.
- SimpleRegistrarConfig - Class in io.smallrye.stork.spi.config
- SimpleRegistrarConfig(String, String, Map<String, String>) - Constructor for class io.smallrye.stork.spi.config.SimpleRegistrarConfig
- SimpleServiceConfig - Class in io.smallrye.stork.spi.config
-
Implementation of
ServiceConfigstoring the service name, service discovery config and load balancer config. - SimpleServiceConfig.Builder - Class in io.smallrye.stork.spi.config
-
A
SimpleServiceConfigbuilder. - SimpleServiceConfig.SimpleLoadBalancerConfig - Class in io.smallrye.stork.spi.config
-
An implementation of
ConfigWithTypeusing an unmodifiableMapas backend to store the configuration. - SimpleServiceConfig.SimpleServiceDiscoveryConfig - Class in io.smallrye.stork.spi.config
-
An implementation of
ConfigWithTypeusing an unmodifiableMapas backend to store the configuration. - SimpleServiceConfig.SimpleServiceRegistrarConfig - Class in io.smallrye.stork.spi.config
-
An implementation of
ConfigWithTypeusing an unmodifiableMapas backend to store the configuration. - SimpleServiceDiscoveryConfig(String, Map<String, String>) - Constructor for class io.smallrye.stork.spi.config.SimpleServiceConfig.SimpleServiceDiscoveryConfig
-
Creates a new SimpleConfigWithType.
- SimpleServiceRegistrarConfig(String, Map<String, String>) - Constructor for class io.smallrye.stork.spi.config.SimpleServiceConfig.SimpleServiceRegistrarConfig
-
Creates a new SimpleServiceRegistrarConfig.
- StorkEventHandler - Interface in io.smallrye.stork.api.observability
- StorkInfrastructure - Interface in io.smallrye.stork.spi
-
A provider for "utility" objects used by service discovery and load balancer implementations.
- StorkObservation - Class in io.smallrye.stork.api.observability
- StorkObservation(String, String, String, StorkEventHandler) - Constructor for class io.smallrye.stork.api.observability.StorkObservation
- StorkServiceRegistry - Interface in io.smallrye.stork.api
-
The central API of Stork
T
- type() - Method in interface io.smallrye.stork.api.config.ConfigWithType
-
Load balancer type, e.g.
- type() - Method in class io.smallrye.stork.spi.config.SimpleRegistrarConfig
- type() - Method in class io.smallrye.stork.spi.config.SimpleServiceConfig.SimpleLoadBalancerConfig
- type() - Method in class io.smallrye.stork.spi.config.SimpleServiceConfig.SimpleServiceDiscoveryConfig
- type() - Method in class io.smallrye.stork.spi.config.SimpleServiceConfig.SimpleServiceRegistrarConfig
- type() - Method in interface io.smallrye.stork.spi.ElementWithType
-
Gets the type.
V
- value() - Method in annotation type io.smallrye.stork.api.config.LoadBalancerAttributes
- value() - Method in annotation type io.smallrye.stork.api.config.LoadBalancerType
- value() - Method in annotation type io.smallrye.stork.api.config.ServiceDiscoveryAttributes
- value() - Method in annotation type io.smallrye.stork.api.config.ServiceDiscoveryType
- value() - Method in annotation type io.smallrye.stork.api.config.ServiceRegistrarAttributes
- value() - Method in annotation type io.smallrye.stork.api.config.ServiceRegistrarType
- valueOf(String) - Static method in enum io.smallrye.stork.api.Metadata.DefaultMetadataKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.smallrye.stork.api.Metadata.NoMetadataKey
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.smallrye.stork.api.Metadata.DefaultMetadataKey
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.smallrye.stork.api.Metadata.NoMetadataKey
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
- with(T, Object) - Method in class io.smallrye.stork.api.Metadata
-
Creates a new instance of
Metadatawith the current entries, plusitem.
All Classes All Packages