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 Type
    Method
    Description
    Class of bean usually extending StatusBean
    void
    setBeanClass(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<T> getBeanClass()
      Class of bean usually extending StatusBean
      Returns:
      class or null
    • setBeanClass

      void setBeanClass(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.