@Private
@Unstable
public final class ContainerRuntimeContext
extends java.lang.Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
ContainerRuntimeContext.Attribute<T> |
An attribute class that attempts to provide better type safety as compared
with using a map of string to object.
|
static class |
ContainerRuntimeContext.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
Container |
getContainer() |
|
<E> E |
getExecutionAttribute(ContainerRuntimeContext.Attribute<E> attribute) |
|
java.util.Map<ContainerRuntimeContext.Attribute<?>,java.lang.Object> |
getExecutionAttributes() |
public Container getContainer()
public java.util.Map<ContainerRuntimeContext.Attribute<?>,java.lang.Object> getExecutionAttributes()
public <E> E getExecutionAttribute(ContainerRuntimeContext.Attribute<E> attribute)
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.