Index

B C D E F G I L M N O P R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

B

build() - Method in class io.smallrye.stork.api.Service.Builder
 
build() - Method in class io.smallrye.stork.spi.config.SimpleServiceConfig.Builder
Builder() - Constructor for class io.smallrye.stork.spi.config.SimpleServiceConfig.Builder
 
Builder(ObservationCollector) - Constructor for class io.smallrye.stork.api.Service.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
checkAddressNotNull(String) - Method in interface io.smallrye.stork.api.ServiceRegistrar
 
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 ServiceDiscovery instance.
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 ServiceRegistrar instance.
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() - Element in annotation interface io.smallrye.stork.api.config.LoadBalancerAttribute
Default value for the attribute.
defaultValue() - Element in annotation interface io.smallrye.stork.api.config.ServiceDiscoveryAttribute
Default value for the attribute.
defaultValue() - Element in annotation interface 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() - Element in annotation interface io.smallrye.stork.api.config.LoadBalancerAttribute
Description of the attribute.
description() - Element in annotation interface io.smallrye.stork.api.config.ServiceDiscoveryAttribute
Description of the attribute.
description() - Element in annotation interface 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 - Enum constant in enum class 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 class io.smallrye.stork.api.Metadata.DefaultMetadataKey
 
getName() - Method in enum class 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 Service associated 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 Service associated 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(LoadBalancer) - Method in class io.smallrye.stork.api.Service.Builder
 
LoadBalancer - Interface in io.smallrye.stork.api
Works with a single service name.
LoadBalancerAttribute - Annotation Interface in io.smallrye.stork.api.config
Defines an attribute for a load balancer.
LoadBalancerAttributes - Annotation Interface 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 Interface in io.smallrye.stork.api.config
The type of the load balancer.

M

Metadata<T> - Class in io.smallrye.stork.api
Service Instance metadata.
Metadata.DefaultMetadataKey - Enum Class in io.smallrye.stork.api
The default metadata key.
Metadata.NoMetadataKey - Enum Class in io.smallrye.stork.api
 
metadataKey() - Element in annotation interface io.smallrye.stork.api.config.ServiceRegistrarType
 
MetadataKey - Interface in io.smallrye.stork.api
Interface representing metadata key.

N

name() - Element in annotation interface io.smallrye.stork.api.config.LoadBalancerAttribute
Attribute name as used in the configuration.
name() - Element in annotation interface io.smallrye.stork.api.config.ServiceDiscoveryAttribute
Attribute name as used in the configuration.
name() - Element in annotation interface 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 Class in io.smallrye.stork.api
Thrown by LoadBalancer when all available services are not acceptable for some, arbitrary, reason
NoAcceptableServiceInstanceFoundException(String) - Constructor for exception class io.smallrye.stork.api.NoAcceptableServiceInstanceFoundException
Creates a new NoAcceptableServiceInstanceFoundException.
NoAcceptableServiceInstanceFoundException(String, Throwable) - Constructor for exception class 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 Class in io.smallrye.stork.api
Thrown by a LoadBalancer when it doesn't have service instances to choose from or all available services are not valid to select, e.g. are determined to be faulty
NoServiceInstanceFoundException(String) - Constructor for exception class io.smallrye.stork.api.NoServiceInstanceFoundException
Creates a new NoServiceInstanceFoundException.
NoServiceInstanceFoundException(String, Throwable) - Constructor for exception class io.smallrye.stork.api.NoServiceInstanceFoundException
Creates a new NoServiceInstanceFoundException.
NoSuchServiceDefinitionException - Exception Class in io.smallrye.stork.api
Exception thrown when Stork does not have a Service associated with a given name.
NoSuchServiceDefinitionException(String) - Constructor for exception class io.smallrye.stork.api.NoSuchServiceDefinitionException
Creates a new instance of NoSuchServiceDefinitionException.
NoSuchServiceRegistrarException - Exception Class in io.smallrye.stork.api
Exception thrown when Stork does not have a ServiceRegistrar associated with a given name.
NoSuchServiceRegistrarException(String) - Constructor for exception class 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 ServiceDefinition using the given ConfigWithType.
of(ConfigWithType, ConfigWithType) - Static method in class io.smallrye.stork.api.ServiceDefinition
Creates a new ServiceDefinition using the given ConfigWithType .
of(ConfigWithType, ConfigWithType, ConfigWithType) - Static method in class io.smallrye.stork.api.ServiceDefinition
Creates a new ServiceDefinition using the given ConfigWithType and ConfigWithType.
of(Class<K>) - Static method in class io.smallrye.stork.api.Metadata
Returns an instance of Metadata containing an empty set of values.
of(Class<K>, Map<K, Object>) - Static method in class io.smallrye.stork.api.Metadata
Returns an instance of Metadata containing 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 gatherStatistics is enabled, reports the end of an operation using this service instance.
recordReply() - Method in interface io.smallrye.stork.api.ServiceInstance
When gatherStatistics is 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() - Element in annotation interface io.smallrye.stork.api.config.LoadBalancerAttribute
Whether the attribute is mandatory or optional
required() - Element in annotation interface io.smallrye.stork.api.config.ServiceDiscoveryAttribute
Whether the attribute is mandatory or optional
required() - Element in annotation interface 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.
requiresStrictRecording(boolean) - Method in class io.smallrye.stork.api.Service.Builder
 

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 ServiceInstance from 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.
Service.Builder - Class in io.smallrye.stork.api
 
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(ServiceDiscovery) - Method in class io.smallrye.stork.api.Service.Builder
 
ServiceDiscovery - Interface in io.smallrye.stork.api
Interface to retrieve the list of all available service instances for a given service.
ServiceDiscoveryAttribute - Annotation Interface in io.smallrye.stork.api.config
Defines an attribute for a service discovery.
ServiceDiscoveryAttributes - Annotation Interface 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(String) - Method in class io.smallrye.stork.api.Service.Builder
 
ServiceDiscoveryType - Annotation Interface 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
 
serviceName(String) - Method in class io.smallrye.stork.api.Service.Builder
 
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(ServiceRegistrar<?>) - Method in class io.smallrye.stork.api.Service.Builder
 
ServiceRegistrar<MetadataKeyType> - Interface in io.smallrye.stork.api
 
ServiceRegistrarAttribute - Annotation Interface in io.smallrye.stork.api.config
Defines an attribute for a service registrar.
ServiceRegistrarAttributes - Annotation Interface in io.smallrye.stork.api.config
Annotation used to define arrays of ServiceRegistrarAttribute.
ServiceRegistrarConfig - Interface in io.smallrye.stork.api.config
 
ServiceRegistrarLoader<MetadataKeyType> - Interface in io.smallrye.stork.spi.internal
Used by stork internals to generate service loader for ServiceRegistrarProvider.
ServiceRegistrarProvider<T,MetadataKeyType> - Interface in io.smallrye.stork.spi
 
ServiceRegistrarType - Annotation Interface in io.smallrye.stork.api.config
The type of the service registrar.
serviceSelectionType(String) - Method in class io.smallrye.stork.api.Service.Builder
 
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 true to 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 ServiceConfig storing the service name, service discovery config and load balancer config.
SimpleServiceConfig.Builder - Class in io.smallrye.stork.spi.config
SimpleServiceConfig.SimpleLoadBalancerConfig - Class in io.smallrye.stork.spi.config
An implementation of ConfigWithType using an unmodifiable Map as backend to store the configuration.
SimpleServiceConfig.SimpleServiceDiscoveryConfig - Class in io.smallrye.stork.spi.config
An implementation of ConfigWithType using an unmodifiable Map as backend to store the configuration.
SimpleServiceConfig.SimpleServiceRegistrarConfig - Class in io.smallrye.stork.spi.config
An implementation of ConfigWithType using an unmodifiable Map as 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() - Element in annotation interface io.smallrye.stork.api.config.LoadBalancerAttributes
 
value() - Element in annotation interface io.smallrye.stork.api.config.LoadBalancerType
 
value() - Element in annotation interface io.smallrye.stork.api.config.ServiceDiscoveryAttributes
 
value() - Element in annotation interface io.smallrye.stork.api.config.ServiceDiscoveryType
 
value() - Element in annotation interface io.smallrye.stork.api.config.ServiceRegistrarAttributes
 
value() - Element in annotation interface io.smallrye.stork.api.config.ServiceRegistrarType
 
valueOf(String) - Static method in enum class io.smallrye.stork.api.Metadata.DefaultMetadataKey
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.smallrye.stork.api.Metadata.NoMetadataKey
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.smallrye.stork.api.Metadata.DefaultMetadataKey
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.smallrye.stork.api.Metadata.NoMetadataKey
Returns an array containing the constants of this enum class, in the order they are declared.

W

with(T, Object) - Method in class io.smallrye.stork.api.Metadata
Creates a new instance of Metadata with the current entries, plus item.
B C D E F G I L M N O P R S T V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form