Interface MessageConverter

All Known Implementing Classes:
DefaultMessageConverter, RFC5424MessageConverter
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 interface MessageConverter
A converter to convert the raw message created by the underlying UDP/TCP endpoint to a specific form of Syslog message.
Since:
3.0
Author:
Gary Russell
  • Method Summary

    Modifier and Type
    Method
    Description
    fromSyslog(Message<?> syslog)
     
  • Method Details