Package io.micronaut.nats.intercept
package io.micronaut.nats.intercept
Contains the implementation of the
Around
advices for
Nats consumer and producer methods.- Since:
- 1.0.0
- Author:
- jgrimm
-
ClassDescriptionAbstract Implementation for nats introduction advices.An
ExecutableMethodProcessor
that will process all beans annotated withNatsListener
.Implementation of theNatsClient
advice annotation.Manages the consumer state for nats and jetstream.Stores the static state for publishing messages withNatsClient
.