Registry / networking / gateway-spi

gateway-spi

JSON →
library2.1.0javamavenunverified

Service Provider Interface for extending the capabilities of the Apache Knox gateway.

<dependency> <groupId>org.apache.knox</groupId> <artifactId>gateway-spi</artifactId> <version>2.1.0</version> </dependency>
INSTALL
IMPORT
SIG · GATEWAY-SPI
G
gateway-spi
networkingjavav2.1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GatewayProvider
org.apache.knox.gateway.spi.GatewayProvider

Minimal example to implement a custom GatewayProvider for Apache Knox.

import org.apache.knox.gateway.spi.GatewayProvider; public class MyProvider implements GatewayProvider { @Override public void init() { System.out.println("Gateway provider initialized."); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
18 hits · last 30 days
node
16
OpenAI (training)
1
Resources
gateway-spi — mvn dependency:get gateway-spi · libregistry