Interface MessageFormatter

  • All Superinterfaces:
    Extension

    public interface MessageFormatter
    extends Extension
    Provides a custom format for communication messages.

    A plugin can provide his own message factory as an extension to replace default format of communication messages.

    Note that only one custom formatter is allowed. If two plugins provide different formatters, exception will be thrown on node startup.