@Documented @Retention(value=RUNTIME) @Target(value={METHOD,PARAMETER,FIELD}) @Qualifier public @interface JoynrMessagePersister
A MessagePersister can be used to persist joynr messages and restore them in case of runtime crash.
Note that if the EJB which contains the producer methods implements an interface, then the producer methods also need to be declared in that interface, otherwise CDI won't recognise the method implementations as producers.
Copyright © 2019. All rights reserved.