Package io.streamthoughts.azkarra.http
Class UndertowEmbeddedServer.InternalRestExtensionContext
- java.lang.Object
-
- io.streamthoughts.azkarra.http.UndertowEmbeddedServer.InternalRestExtensionContext
-
- All Implemented Interfaces:
AzkarraRestExtensionContext
- Enclosing class:
- UndertowEmbeddedServer
public static class UndertowEmbeddedServer.InternalRestExtensionContext extends Object implements AzkarraRestExtensionContext
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.Configurable<? extends javax.ws.rs.core.Configurable>
configurable()
Provides an implementation ofConfigurable
that must be used to register JAX-RS resources.AzkarraContext
context()
Provides theAzkarraContext
instance that can be used to retrieve registered components.
-
-
-
Method Detail
-
configurable
public javax.ws.rs.core.Configurable<? extends javax.ws.rs.core.Configurable> configurable()
Description copied from interface:AzkarraRestExtensionContext
Provides an implementation ofConfigurable
that must be used to register JAX-RS resources.- Specified by:
configurable
in interfaceAzkarraRestExtensionContext
- Returns:
- the JAX-RS
Configurable
.
-
context
public AzkarraContext context()
Description copied from interface:AzkarraRestExtensionContext
Provides theAzkarraContext
instance that can be used to retrieve registered components.- Specified by:
context
in interfaceAzkarraRestExtensionContext
- Returns:
- the
AzkarraContext
instance.
-
-