Class AcknowledgementSubscriber


  • @PubSubListener
    public class AcknowledgementSubscriber
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onMessage​(Animal animal, io.micronaut.messaging.Acknowledgement acknowledgement)  
      • Methods inherited from class java.lang.Object

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

      • AcknowledgementSubscriber

        public AcknowledgementSubscriber()
    • Method Detail

      • onMessage

        @Subscription("animals")
        public void onMessage​(Animal animal,
                              io.micronaut.messaging.Acknowledgement acknowledgement)