All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.stavshamir.springwolf.schemas.SchemasService Maven / Gradle / Ivy

Go to download

Automated JSON API documentation for async APIs (Kafka etc.) interfaces built with Spring

There is a newer version: 1.9.0
Show newest version
package io.github.stavshamir.springwolf.schemas;

import io.github.stavshamir.springwolf.asyncapi.types.channel.operation.message.header.AsyncHeaders;
import io.swagger.v3.oas.models.media.Schema;

import java.util.Map;

public interface SchemasService {

    Map getDefinitions();

    String register(AsyncHeaders headers);

    String register(Class type);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy