java-apibuilder-generators-.../examples/de/nclazz/registry/v0/RegistryEventsServiceClient...

31 lines
723 B
Java

/**
* Auto-generated from apibuilder.io service spec.
* apidoc-version :
* organisation :
* service-version :
*
* Documentation at:
* <a href="https://app.apibuilder.io///">https://app.apibuilder.io///</a>
*
**/
package de.nclazz.registry.v0.client;
import lombok.*;
import de.nclazz.registry.v0.client.*;
/**
* Client Lib for de.nclazz.registry.v0.registry_events API service spec.
*
* Registry Event Schema for Kafka Streams.
**/
public class RegistryEventsServiceClient {
private final RegistryEventsApiClientConfig config;
public RegistryEventsServiceClient(@NonNull final RegistryEventsApiClientConfig config) {
this.config = config;
}
}