public final class SupplyingIngressSpec<T> extends java.lang.Object implements IngressSpec<T>, java.io.Serializable
Constructor and Description |
---|
SupplyingIngressSpec(IngressIdentifier<T> id,
SerializableSupplier<T> supplier,
long productionDelayInMilliseconds) |
Modifier and Type | Method and Description |
---|---|
IngressIdentifier<T> |
id()
Returns the unique identifier of the ingress.
|
IngressType |
type()
Returns the type of the ingress.
|
public SupplyingIngressSpec(IngressIdentifier<T> id, SerializableSupplier<T> supplier, long productionDelayInMilliseconds)
public IngressIdentifier<T> id()
IngressSpec
id
in interface IngressSpec<T>
public IngressType type()
IngressSpec
type
in interface IngressSpec<T>
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.