io.github.stavshamir.springwolf.asyncapi.AsyncApiService 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.asyncapi;
import io.github.stavshamir.springwolf.asyncapi.types.AsyncAPI;
public interface AsyncApiService {
AsyncAPI getAsyncAPI();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy