Class AbstractServiceRegistrationBean<T,​U,​V,​W>

java.lang.Object
com.linecorp.armeria.spring.AbstractServiceRegistrationBean<T,​U,​V,​W>
Type Parameters:
T - the type of the service object to be registered
U - the type of the implementation of this bean
V - the type of the example request object to be registered
W - the type of the example header object to be registered
Direct Known Subclasses:
AnnotatedServiceRegistrationBean, GrpcServiceRegistrationBean, HttpServiceRegistrationBean, ThriftServiceRegistrationBean

public class AbstractServiceRegistrationBean<T,​U,​V,​W>
extends Object
An abstract bean with information for registering a service object. It enables Micrometer metric collection of the service automatically.