Interface Translator.BasicPropertiesHandler

  • All Known Implementing Classes:
    PropertiesToMetadata
    Enclosing class:
    Translator
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface Translator.BasicPropertiesHandler
    Transfer the contents of Delivery#getProperties() into the AdaptrisMessage
    • Method Detail

      • handle

        void handle​(com.rabbitmq.client.AMQP.BasicProperties properties,
                    AdaptrisMessage msg)