Annotation Type JoynrRawMessagingPreprocessor


  • @Documented
    @Retention(RUNTIME)
    @Target({METHOD,PARAMETER,FIELD})
    @Qualifier
    public @interface JoynrRawMessagingPreprocessor
    Used to specify an optional raw message preprocessor.

    A RawMessagePreprocessor can be used to intercept and optionally modify incoming joynr messages.

    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.