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

com.seezoon.grpc.client.GrpcClientDefinition Maven / Gradle / Ivy

The newest version!
package com.seezoon.grpc.client;

import io.grpc.stub.AbstractStub;
import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
@AllArgsConstructor
public class GrpcClientDefinition {

    private Class clazz;
    private String beanName;
    private AbstractStub stub;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy