Class ProducerEntry


  • public class ProducerEntry
    extends java.lang.Object
    Entry to register a SseProducer.
    Author:
    Torsten Oltmanns
    • Constructor Summary

      Constructors 
      Constructor Description
      ProducerEntry​(java.lang.Object object, java.lang.reflect.Method method)
      Constructor.
    • Method Summary

      Modifier and Type Method Description
      java.lang.reflect.Method getMethod()
      Gets the resource Method.
      java.lang.Object getObject()
      Gets the resource object instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProducerEntry

        public ProducerEntry​(java.lang.Object object,
                             java.lang.reflect.Method method)
        Constructor.
        Parameters:
        object - the resource object instance
        method - the resource method
    • Method Detail

      • getObject

        public java.lang.Object getObject()
        Gets the resource object instance.
        Returns:
        the resource object instance
      • getMethod

        public java.lang.reflect.Method getMethod()
        Gets the resource Method.
        Returns:
        the resource Method