Interface IBeanClass<T>
- All Known Subinterfaces:
IJobQueue<T>,IResponder<T>
- All Known Implementing Classes:
JobQueueImpl,JobQueueProxy,ResponderImpl
public interface IBeanClass<T>
-
Method Summary
Modifier and TypeMethodDescriptionClass of bean usually extending StatusBeanvoidsetBeanClass(Class<T> beanClass) Class of bean usually extending StatusBean It is not compulsory to set the bean class unless trying to deserialize messages sent by older versions of the connector service.
-
Method Details
-
getBeanClass
Class of bean usually extending StatusBean- Returns:
- class or null
-
setBeanClass
Class of bean usually extending StatusBean It is not compulsory to set the bean class unless trying to deserialize messages sent by older versions of the connector service.
-