io.github.stavshamir.springwolf.schemas.SchemasService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of springwolf-core Show documentation
Show all versions of springwolf-core Show documentation
Automated JSON API documentation for async APIs (Kafka etc.) interfaces built with Spring
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