Interface AzkarraRestExtension

  • All Superinterfaces:
    AutoCloseable, Closeable, Configurable

    public interface AzkarraRestExtension
    extends Configurable, Closeable
    A pluggable interface to allow registration of new JAX-RS resources like REST endpoints. The implementations are discovered using the standard Java ServiceLoader mechanism. Hence, the fully qualified name of the extension classes that implement the AzkarraRestExtension interface must be add to a META-INF/services/io.streamthoughts.azkarra.api.server.AzkarraRestExtension file.