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

io.github.nichetoolkit.socket.service.Jt808DefaultCacheService Maven / Gradle / Ivy

package io.github.nichetoolkit.socket.service;

import io.github.nichetoolkit.socket.configure.SocketJt808Properties;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;

/**
 * 

Jt808DefaultService

* @author Cyan ([email protected]) * @version v1.0.0 */ @Slf4j public class Jt808DefaultCacheService implements Jt808CacheService { private SocketJt808Properties jt808Properties; @Autowired public Jt808DefaultCacheService(SocketJt808Properties jt808Properties) { this.jt808Properties = jt808Properties; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy