/** * Auto-generated from apibuilder.io service spec. * apidoc-version : * organisation : * service-version : * * Documentation at: * https://app.apibuilder.io/// * **/ 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; } }